Document how to download and tag the arvados/jobs Docker image.
authorWard Vandewege <ward@curoverse.com>
Wed, 3 Aug 2016 19:54:34 +0000 (15:54 -0400)
committerWard Vandewege <ward@curoverse.com>
Thu, 4 Aug 2016 00:07:58 +0000 (20:07 -0400)
refs #9677

doc/install/create-standard-objects.html.textile.liquid

index 96a838909096e01a393228c3d3b697a144f03ca0..9a80fd7531ba0fc50479e4200b4b77974d5bca21 100644 (file)
@@ -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 --pull 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.