From c81d7507d7980daa23911cf3f7428d2879d59c7c Mon Sep 17 00:00:00 2001 From: Vishal Sharma <106011641+vishal-sharma-369@users.noreply.github.com> Date: Sat, 31 Aug 2024 23:40:22 +0530 Subject: [PATCH 1/2] Update presentation/docker_workshop_1.html Improved grammatical sense --- presentation/docker_workshop_1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/docker_workshop_1.html b/presentation/docker_workshop_1.html index 55300ffdb..711f71c9a 100644 --- a/presentation/docker_workshop_1.html +++ b/presentation/docker_workshop_1.html @@ -1096,7 +1096,7 @@

Deep Drive Into Dockerfile

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

From 948f0126bceb2538fac35f6e768fe69856792152 Mon Sep 17 00:00:00 2001 From: Vishal Sharma <106011641+vishal-sharma-369@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:18:31 +0530 Subject: [PATCH 2/2] Update presentation/docker_workshop_1.html Corrected the syntax error in the html file. (<) and (>) symbols can't be directly used in html files due to which the content was not rendering out correctly leading to confusion. --- presentation/docker_workshop_1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/docker_workshop_1.html b/presentation/docker_workshop_1.html index 711f71c9a..e1fe26c19 100644 --- a/presentation/docker_workshop_1.html +++ b/presentation/docker_workshop_1.html @@ -1356,7 +1356,7 @@

Deep Drive Into Dockerfile

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