[ARVADOS] updated: 9c5d1369b762e55838cc5aa24cdd61ebc079772d

git at public.curoverse.com git at public.curoverse.com
Thu Aug 27 16:06:50 EDT 2015


Summary of changes:
 doc/user/topics/arv-docker.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9c5d1369b762e55838cc5aa24cdd61ebc079772d (commit)
      from  7d972883c71002a4ef11a7f85b47311b48847fa3 (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 9c5d1369b762e55838cc5aa24cdd61ebc079772d
Author: Ward Vandewege <ward at curoverse.com>
Date:   Thu Aug 27 16:03:11 2015 -0400

    Doc fix: protect against accidentally pulling in all versions of the
    arvados/jobs image in versions of Docker before 1.3.
    
    Cf. https://github.com/docker/docker/commit/82b0c3e59ca12dd87bf2a9d88a63ff66e7d29fb4
    
    closes #7150

diff --git a/doc/user/topics/arv-docker.html.textile.liquid b/doc/user/topics/arv-docker.html.textile.liquid
index 821b105..e6c83af 100644
--- a/doc/user/topics/arv-docker.html.textile.liquid
+++ b/doc/user/topics/arv-docker.html.textile.liquid
@@ -25,7 +25,7 @@ The easiest way to begin is to start from the "arvados/jobs" image which already
 Download the latest "arvados/jobs" image from the Docker registry:
 
 <notextile>
-<pre><code>$ <span class="userinput">docker pull arvados/jobs</span>
+<pre><code>$ <span class="userinput">docker pull arvados/jobs:latest</span>
 Pulling repository arvados/jobs
 3132168f2acb: Download complete
 a42b7f2c59b6: Download complete

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list