X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b5da9565dd4f27394a65ed321f15ee1c3f8ec2e3..50128b53da4003912635b03fb27b5be2c5beaca1:/doc/user/topics/arv-docker.html.textile.liquid diff --git a/doc/user/topics/arv-docker.html.textile.liquid b/doc/user/topics/arv-docker.html.textile.liquid index 821b105b5f..1a31d126da 100644 --- a/doc/user/topics/arv-docker.html.textile.liquid +++ b/doc/user/topics/arv-docker.html.textile.liquid @@ -25,7 +25,7 @@ The easiest way to begin is to start from the "arvados/jobs" image which already Download the latest "arvados/jobs" image from the Docker registry: -
$ docker pull arvados/jobs
+
$ docker pull arvados/jobs:latest
 Pulling repository arvados/jobs
 3132168f2acb: Download complete
 a42b7f2c59b6: Download complete
@@ -190,7 +190,7 @@ You are now able to specify the runtime environment for your program using the @
 {% code 'example_docker' as javascript %}
 
 
-* The @docker_image@ field can be one of: the Docker repository name (as shown above), the Docker image hash, the Arvados collection UUID, or the Arvados collection portable data hash.
+* The @docker_image@ field can be one of: the Docker repository name (as shown above), the Docker image hash, or the Arvados collection portable data hash.
 
 h2. Share Docker images