Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
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.
  • Loading branch information
vishal-sharma-369 authored Aug 31, 2024
commit 948f0126bceb2538fac35f6e768fe69856792152
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