Skip to content

Commit

Permalink
docs: Docker command requires --network flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmichaelchen committed Sep 6, 2023
1 parent 7cb0099 commit a6d8841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ docker pull ghcr.io/kevinmichaelchen/permissura
docker run --rm ghcr.io/kevinmichaelchen/permissura --help

docker run --rm \
--network host \
-v $(pwd)/examples/policies:/policies \
ghcr.io/kevinmichaelchen/permissura \
--default-source default \
Expand Down

0 comments on commit a6d8841

Please sign in to comment.