X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/595d517e5293855690fdc65255648c32970dd31d..0eb72b526bf8bbb011551ecf019f604e17a534f1:/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..8ac3fb0dff 100644 --- a/doc/install/create-standard-objects.html.textile.liquid +++ b/doc/install/create-standard-objects.html.textile.liquid @@ -4,6 +4,11 @@ navsection: installguide title: Create standard objects ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} In these steps we use the Arvados CLI tools on the shell server to create a few Arvados objects. The CLI tools require an ARVADOS_API_TOKEN environment variable with a valid admin token. If you haven't already done so, set that up as shown in the "API token guide":../user/reference/api-tokens.html. @@ -67,3 +72,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.