Skip to content

Commit

Permalink
Removed one example of ARG usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Schiffer committed May 24, 2016
1 parent 0d9023a commit ff5059d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1557,10 +1557,6 @@ <h2>RUN, CMD, ENTRYPOINT II</h2>
<h3>ARG</h3>
<p>Modify parameters during the build time</p>
<pre><code data-trim data-noescape>
ARG user
USER ${user:-nobody}
</code></pre>
<pre><code data-trim data-noescape>
ARG user=nobody
USER ${user}
</code></pre>
Expand Down

0 comments on commit ff5059d

Please sign in to comment.