Skip to content

Commit

Permalink
Build args command for User ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Gréau committed Jan 16, 2017
1 parent c3ec241 commit 5468bd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,10 @@ <h2>Use your CI Images on your laptop</h2>
Java home: /usr/lib/jvm/java-1.7.0_79-oracle-x64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.22-moby", arch: "amd64", family: "unix"</code></pre>

<p>Tip: Rebuild the image locally with your user ID if necessary</p>
<pre class="source"><code data-lang="shell" class="language-shell prettyprint">$ docker build --build-arg EXO_CI_USER_UID="1100" \
-t exoplatform/ci:base https://github.com/exo-docker/exo-ci.git#master:base</code></pre>
</section>
<section>
<h2>To sum up</h2>
Expand Down

0 comments on commit 5468bd8

Please sign in to comment.