[ARVADOS] created: debcd25fa3de6337543e3ec95e9830c4c2a2992e

Git user git at public.curoverse.com
Wed Aug 3 16:07:34 EDT 2016


        at  debcd25fa3de6337543e3ec95e9830c4c2a2992e (commit)


commit debcd25fa3de6337543e3ec95e9830c4c2a2992e
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Aug 3 15:54:34 2016 -0400

    Document how to download and tag the arvados/jobs Docker image.
    
    refs #9677

diff --git a/doc/install/create-standard-objects.html.textile.liquid b/doc/install/create-standard-objects.html.textile.liquid
index 96a8389..dad9abd 100644
--- a/doc/install/create-standard-objects.html.textile.liquid
+++ b/doc/install/create-standard-objects.html.textile.liquid
@@ -67,3 +67,13 @@ Here we create a default project for the standard Arvados Docker images, and giv
 }
 EOF</span>
 </code></pre></notextile>
+
+h3. Download and tag the latest arvados/jobs docker image
+
+The @arvados-cwl-runner@ needs access to an arvados/jobs image that is tagged as 'latest'. The following command downloads the latest arvados/jobs image from Docker Hub, loads it into Keep, and tags it as 'latest'.
+
+<notextile>
+<pre><code>~$ <span class="userinput">arv-keepdocker arvados/jobs latest</span>
+</code></pre></notextile>
+
+If the image needs to be downloaded from Docker Hub, the command can take a few minutes to complete, depending on available network bandwidth.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list