Skip to content

Commit 948f012

Browse files
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.
1 parent c81d750 commit 948f012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/docker_workshop_1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ <h2> Deep Drive Into Dockerfile </h2>
13561356
<p> Build Docker Image </p>
13571357
<pre><code class="hljs" data-trim contenteditable>
13581358

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

13611361
</code></pre>
13621362
<p> Tagging image as labs-git </p>

0 commit comments

Comments
 (0)