diff --git a/presentation/docker_workshop_1.html b/presentation/docker_workshop_1.html index 55300ffdb..e1fe26c19 100644 --- a/presentation/docker_workshop_1.html +++ b/presentation/docker_workshop_1.html @@ -1096,7 +1096,7 @@
Layer ID
-Each instruction the Dockerfile generates a layer. Each of this layer has a randomly generated unique ID. This ID can be seen at the time of build. See the image next slide
+Each instruction in the Dockerfile generates a layer. Each of this layer has a randomly generated unique ID. This ID can be seen at the time of build. See the image next slide
Build Docker Image
-docker build -t saiyam911/alpine-add . -f
+docker build -t saiyam911/alpine-add . -f [name of dockerfile]
Tagging image as labs-git