[ARVADOS] updated: 5ce4ffe65c54139f45f16f61c28257dc03ae7126
git at public.curoverse.com
git at public.curoverse.com
Sun Aug 2 23:16:15 EDT 2015
Summary of changes:
doc/install/install-docker.html.textile.liquid | 2 +-
doc/install/pre-built-docker.html.textile.liquid | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 5ce4ffe65c54139f45f16f61c28257dc03ae7126 (commit)
from 147d27f6b4b68d9fd71fc81f967385816e850ebf (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 5ce4ffe65c54139f45f16f61c28257dc03ae7126
Author: Tom Clegg <tom at curoverse.com>
Date: Sun Aug 2 23:16:03 2015 -0400
6838: Prefer invoking docker rather than docker.io in docs.
diff --git a/doc/install/install-docker.html.textile.liquid b/doc/install/install-docker.html.textile.liquid
index 1566e80..fa0ee42 100644
--- a/doc/install/install-docker.html.textile.liquid
+++ b/doc/install/install-docker.html.textile.liquid
@@ -58,7 +58,7 @@ date >shell-image
If all goes well, you should now have a number of Docker images built (the image id will be different):
<notextile>
-<pre><code>~$ <span class="userinput">docker.io images</span>
+<pre><code>~$ <span class="userinput">docker images</span>
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
arvados/shell latest d6cbb5002604 10 minutes ago 1.613 GB
arvados/sso latest 377f1fa0108e 11 minutes ago 1.807 GB
diff --git a/doc/install/pre-built-docker.html.textile.liquid b/doc/install/pre-built-docker.html.textile.liquid
index 9e668cd..d38ecea 100644
--- a/doc/install/pre-built-docker.html.textile.liquid
+++ b/doc/install/pre-built-docker.html.textile.liquid
@@ -24,7 +24,7 @@ Make sure that @curl@ and @docker@ are installed on your system, and that you ar
<notextile><pre><code>~$ <span class="userinput">which curl</span>
/usr/bin/curl
-~$ <span class="userinput">docker.io --version</span>
+~$ <span class="userinput">docker --version</span>
Docker version 1.2.0-dev, build dc243c8
~$ <span class="userinput">groups</span>
yourusername sudo fuse docker
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list