Merge branch 'master' into 6476-actions-show-not-need-token
[arvados.git] / doc / install / install-crunch-dispatch.html.textile.liquid
index 300f55ae17f954419b1d3bc74a4ef1f965b8ad55..46ce04289e240af60f0c4417f0275f20015ab791 100644 (file)
@@ -139,6 +139,10 @@ export PATH="$PATH":/path/to/arvados/services/crunch
 export ARVADOS_API_HOST={{ site.arvados_api_host }}
 export CRUNCH_DISPATCH_LOCKFILE=/var/lock/crunch-dispatch
 
+# This is the path to docker on your compute nodes. You might need to
+# change it to "docker", "/opt/bin/docker", etc.
+export CRUNCH_JOB_DOCKER_BIN=docker.io
+
 fuser -TERM -k $CRUNCH_DISPATCH_LOCKFILE || true
 
 ## Only if your SSL cert is unverifiable: