We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e82c2ce + 391f7e0 commit 054a60cCopy full SHA for 054a60c
docs/debug.md
@@ -4,8 +4,8 @@ Random things I do to debug the containers.
4
5
## Login Shells
6
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
+* 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
9
10
docker run --rm -it -v $OVPN_DATA:/etc/openvpn kylemanna/openvpn bash -l
11
0 commit comments