From: Ward Vandewege Date: Wed, 3 Aug 2016 19:54:34 +0000 (-0400) Subject: Document how to download and tag the arvados/jobs Docker image. X-Git-Tag: 1.1.0~808^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3c101af94da9d7cbbbaa8941f5510292c5de60f7 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 96a8389090..9a80fd7531 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 + +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'. + + +
~$ arv-keepdocker --pull arvados/jobs latest
+
+ +If the image needs to be downloaded from Docker Hub, the command can take a few minutes to complete, depending on available network bandwidth.