Skip to content

Commit

Permalink
Fix outdated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Nov 1, 2017
1 parent e82c2ce commit 391f7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Random things I do to debug the containers.

## Login Shells

* Create a shell in the running docker container (aka namespace) with [nsenter](https://github.com/jpetazzo/nsenter)
* If you don't have nsenter/docker-enter, you can mount the data container and modify it with
* Create a shell in the running docker container with `docker exec`.
* 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

Expand Down

0 comments on commit 391f7e0

Please sign in to comment.