Skip to content

Commit 054a60c

Browse files
authored
Merge pull request #325 from Silex/master
Fix outdated docs.
2 parents e82c2ce + 391f7e0 commit 054a60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Random things I do to debug the containers.
44

55
## Login Shells
66

7-
* Create a shell in the running docker container (aka namespace) with [nsenter](https://github.com/jpetazzo/nsenter)
8-
* If you don't have nsenter/docker-enter, you can mount the data container and modify it with
7+
* Create a shell in the running docker container with `docker exec`.
8+
* To modify the data, you can also mount the data container and modify it with
99

1010
docker run --rm -it -v $OVPN_DATA:/etc/openvpn kylemanna/openvpn bash -l
1111

0 commit comments

Comments
 (0)