X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0c96fc858f1f4954d997f2065550087dcc7f8bec..1bc10ecc9533ca8b6e3a576b4702eb5e363c6375:/doc/install/create-standard-objects.html.textile.liquid 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.