Skip to content

Commit

Permalink
Add some notes about docker
Browse files Browse the repository at this point in the history
  • Loading branch information
scanon committed Feb 13, 2024
1 parent bfb035b commit 2ad4305
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ad4305

Please sign in to comment.