Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
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 _includes/gs/docker_gs.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h3>Run the container using dotnet base image</h3>

</div>
<div class="step step-none docker-trail" id="step-2">
<div class="step-number">2</div>
<div class="step-number">3</div>
<h3>Initialize some code</h3>
<p>Now that you are in a running container, let's initialize a sample Hello World application!</p>
<div class="terminal">
Expand All @@ -33,7 +33,7 @@ <h3>Initialize some code</h3>
</div>

<div class="step step-none docker-trail" id="step-3">
<div class="step-number">3</div>
<div class="step-number">4</div>
<h3>Run the application</h3>
<p>After the init command, the only thing we need is to restore the dependencies and run the application.</p>
<div class="terminal">
Expand Down