From 2ad43059c4e97ad97d80724ada54398c88e30cac Mon Sep 17 00:00:00 2001 From: Shane Canon Date: Tue, 13 Feb 2024 14:00:40 -0800 Subject: [PATCH] Add some notes about docker --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5e7b35..076453a 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,13 @@ the JobRunner is currently testing against Python 3.9. ``` pip install . # Set the DOCKER_HOST if this doesn't work out of the box +# Note the location of the socket file may vary based on +# your container runtime installation. export DOCKER_HOST=unix://$HOME/.docker/run/docker.sock # Set job dir where work output will go +# Note you may need to set the permissions to world writeable +# depending on your container runtime installation. export JOB_DIR=/full/path/to/work/area # Set tokens and URL