Merge pull request #325 from Silex/master

Fix outdated docs.
This commit is contained in:
Kyle Manna 2017-11-01 20:11:02 -07:00 committed by GitHub
commit 054a60c32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ Random things I do to debug the containers.
## Login Shells ## Login Shells
* Create a shell in the running docker container (aka namespace) with [nsenter](https://github.com/jpetazzo/nsenter) * Create a shell in the running docker container with `docker exec`.
* If you don't have nsenter/docker-enter, you can mount the data container and modify it with * To modify the data, you can also mount the data container and modify it with
docker run --rm -it -v $OVPN_DATA:/etc/openvpn kylemanna/openvpn bash -l docker run --rm -it -v $OVPN_DATA:/etc/openvpn kylemanna/openvpn bash -l