X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d70d9b256c5268f6aac6ef1952ac7d5381ee6e46..ebb2559b3a09636ff687316bbe512e0e8a86b168:/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 1a31d126da..5ccd5ac476 100644 --- a/doc/user/topics/arv-docker.html.textile.liquid +++ b/doc/user/topics/arv-docker.html.textile.liquid @@ -184,13 +184,13 @@ arvados/jobs-with-r latest 33ea6b877923 qr1hi-4zz18-3fk2px2ji2 -You are now able to specify the runtime environment for your program using the @docker_image@ field of the @runtime_constaints@ section of your pipeline components: +You are now able to specify the runtime environment for your program using @DockerRequirement@ in your workflow: - -{% code 'example_docker' as javascript %} - - -* 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. +
+hints:
+  DockerRequirement:
+    dockerPull: arvados/jobs-with-r
+
h2. Share Docker images