Skip to content

Commit

Permalink
Update docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mook committed Jan 28, 2016
1 parent e2d2a1a commit 7a18c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Alternatively, using `docker run` directly:
```bash
docker run -t -i --device=/dev/net/tun --cap-add=NET_ADMIN \
--volume client_config.ovpn:/ovpn.conf:ro \
mook/openvpn-client
mook/openvpn-client-socks
```

### OpenVPN Configuration Constraints
Expand Down
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ exec docker run \
--cap-add=NET_ADMIN \
--publish 127.0.0.1:1081:1080 \
--volume "$(realpath "$1"):/ovpn.conf:ro" \
mook/openvpn-client
mook/openvpn-client-socks

0 comments on commit 7a18c81

Please sign in to comment.