Skip to content

Commit

Permalink
Update README.md to latest image version
Browse files Browse the repository at this point in the history
  • Loading branch information
akrami authored May 10, 2024
1 parent e6c7204 commit ebd895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Navigating Your Containers, One Stack at a Time!
```
docker run -itd --privileged --rm -v "/var/run/docker.sock:/var/run/docker.sock" \
-v "$PWD/config.json:$PWD/config.json" -v "$PWD/workspace:$PWD/workspace" \
-v "$PWD/demo:$PWD/demo" -w "$PWD" dockonaut
-v "$PWD/demo:$PWD/demo" -w "$PWD" ghcr.io/akrami/dockonaut:latest
```

you need $PWD path also on the container because if you are going to mount another volume within the dockonaut the path should match the host path.

0 comments on commit ebd895f

Please sign in to comment.