X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10c1e7359286edd6562c52304e9706449a9ee53f..ac2785f7f3932ffa4988b6752482f0c1c6883c02:/doc/_includes/_install_compute_docker.liquid diff --git a/doc/_includes/_install_compute_docker.liquid b/doc/_includes/_install_compute_docker.liquid index eb808e4183..ea3640e52a 100644 --- a/doc/_includes/_install_compute_docker.liquid +++ b/doc/_includes/_install_compute_docker.liquid @@ -56,7 +56,7 @@ Here we create a default project for the standard Arvados Docker images, and giv
~$ uuid_prefix=`arv --format=uuid user current | cut -d- -f1`
-~$ project_uuid=`arv --format=uuid group create --group "{\"owner_uuid\":\"$uuid_prefix-tpzed-000000000000000\", \"name\":\"Arvados Standard Docker Images\"}"`
+~$ project_uuid=`arv --format=uuid group create --group "{\"owner_uuid\":\"$uuid_prefix-tpzed-000000000000000\", \"group_class\":\"project\", \"name\":\"Arvados Standard Docker Images\"}"`
 ~$ echo "Arvados project uuid is '$project_uuid'"
 ~$ read -rd $'\000' newlink <<EOF; arv link create --link "$newlink"
 {
@@ -73,7 +73,7 @@ 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.
 
 
-
~$ 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.