X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e51a22dc5b9da795b68c87cb9d0a45e4732ed2f6..6f2ac70b70d4b64b728b815d5be429d5a165e2f0:/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 8391e28521..9a80fd7531 100644 --- a/doc/install/create-standard-objects.html.textile.liquid +++ b/doc/install/create-standard-objects.html.textile.liquid @@ -37,7 +37,7 @@ In a couple of minutes, your arvados-git-sync cron job will create an empty repo
~$ cd /tmp
 /tmp$ git clone --bare https://github.com/curoverse/arvados.git
-/tmp/arvados$ git --git-dir arvados.git push https://git.uuid_prefix.your.domain/arvados.git '*:*'
+/tmp git --git-dir arvados.git push https://git.uuid_prefix.your.domain/arvados.git '*:*'
 
@@ -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.