We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42a689 commit 6f7e95cCopy full SHA for 6f7e95c
README.md
@@ -62,7 +62,18 @@ This app helps in displaying image details available in an azure container regis
62
63

64
65
+# Deployment
66
67
+You can manually run the application as a docker container using below command:
68
+
69
+Build the image using:
70
71
+* clone the repo && switch to the direcctory
72
73
+ `docker build -t <image:tag> .`
74
+* To deploy
75
76
+ `docker run -p 8501:8501 -e AZURE_CLIENT_ID=client_id -e AZURE_CLIENT_SECRET=client_secret -e AZURE_TENANT_ID=tenant_id -it <image name: tag>`
77
78
79
0 commit comments