X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e59b78c774872e33b9c69acc196989a0f565bdf4..80c1c0c533c7d7eedbef85805e157f0ab75c864b:/doc/_includes/_install_compute_docker.liquid diff --git a/doc/_includes/_install_compute_docker.liquid b/doc/_includes/_install_compute_docker.liquid index 06db793314..69b49e83cd 100644 --- a/doc/_includes/_install_compute_docker.liquid +++ b/doc/_includes/_install_compute_docker.liquid @@ -70,10 +70,10 @@ EOF h2. Download and tag the latest arvados/jobs docker image -In order to start workflows from workbench, there needs to be Docker image tagged @arvados/jobs:latest@. The following command downloads the latest arvados/jobs image from Docker Hub, loads it into Keep, and tags it as 'latest'. In this example @$project_uuid@ should be the the UUID of the "Arvados Standard Docker Images" project. +In order to start workflows from workbench, there needs to be Docker image tagged @arvados/jobs:latest@. The following command downloads the latest arvados/jobs image from Docker Hub, loads it into Keep, and tags it as 'latest'. In this example @$project_uuid@ should be the UUID of the "Arvados Standard Docker Images" project. -
~$ arv-keepdocker --project-uuid $project_uuid --pull arvados/jobs latest
+
~$ arv-keepdocker --pull arvados/jobs latest --project-uuid $project_uuid
 
If the image needs to be downloaded from Docker Hub, the command can take a few minutes to complete, depending on available network bandwidth.