Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update presentation/docker_workshop_1.html #540

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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