Skip to content

Commit

Permalink
Update presentation/docker_workshop_1.html
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vishal-sharma-369 authored Aug 31, 2024
1 parent c81d750 commit 948f012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentation/docker_workshop_1.html
Original file line number Diff line number Diff line change
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

0 comments on commit 948f012

Please sign in to comment.