Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions presentation/docker_workshop_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ <h2> Deep Drive Into Dockerfile </h2>
<section>
<p> Layer ID <br>

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
</p>
</section>
<section>
Expand Down Expand Up @@ -1356,7 +1356,7 @@ <h2> Deep Drive Into Dockerfile </h2>
<p> Build Docker Image </p>
<pre><code class="hljs" data-trim contenteditable>

docker build -t saiyam911/alpine-add . -f <name of dockerfile>
docker build -t saiyam911/alpine-add . -f [name of dockerfile]

</code></pre>
<p> Tagging image as labs-git </p>
Expand Down
Loading