Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
docs: fix running of docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangaiser committed Mar 21, 2021
1 parent 09d1aba commit 543e89f
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 @@ -40,7 +40,7 @@ alias waypoint="~/.waypoint-cmd.sh"
```shell
#!/bin/zsh

docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD:$PWD" -w $PWD -v "$HOME:/home/$USER" --privileged sebastiangaiser/waypoint "$@"
docker run --rm --name waypoint -it --network host -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD:$PWD" -w $PWD -v "$HOME:/home/$USER" --privileged sebastiangaiser/waypoint "$@"
```

<b>Note:</b> This is only testet with [ZSH](https://ohmyz.sh/)
Expand Down

0 comments on commit 543e89f

Please sign in to comment.