[ARVADOS] updated: b93a012bf18d1327cdba3d50eb35332253a1a8de
git at public.curoverse.com
git at public.curoverse.com
Thu Jul 10 12:42:02 EDT 2014
Summary of changes:
doc/install/install-docker.html.textile.liquid | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
via b93a012bf18d1327cdba3d50eb35332253a1a8de (commit)
from 56e82fff1e2bc9597c06f2d14d43360c02704aa6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit b93a012bf18d1327cdba3d50eb35332253a1a8de
Author: Ward Vandewege <ward at curoverse.com>
Date: Thu Jul 10 12:38:00 2014 -0400
Update the documentation to reflect the new, safer build.sh --realclean
behavior.
refs #3219
diff --git a/doc/install/install-docker.html.textile.liquid b/doc/install/install-docker.html.textile.liquid
index 3cac173..ef2b709 100644
--- a/doc/install/install-docker.html.textile.liquid
+++ b/doc/install/install-docker.html.textile.liquid
@@ -82,9 +82,13 @@ arvados/debian wheezy 6e32119ffcd0 8 minutes ago
h2. Updating the Arvados Docker containers
-If there has been an update to the Arvados Docker building code, it is safest to rebuild the Arvados Docker images from scratch. All build information can be cleared with the '--realclean' option to build.sh.
+If there has been an update to the Arvados Docker building code, it is safest to rebuild the Arvados Docker images from scratch. All build information can be cleared with the '--clean' option to build.sh:
-WARNING: this will remove *all* docker containers and images on your system!
+<notextile>
+<pre><code>~$ <span class="userinput">./build.sh --clean</span></code></pre>
+</notextile>
+
+You can also use '--realclean', which does what '--clean' does and in addition removes all Arvados Docker containers and images from your system.
<notextile>
<pre><code>~$ <span class="userinput">./build.sh --realclean</span></code></pre>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list