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.
1 parent 84c87f5 commit 493865fCopy full SHA for 493865f
docs/faqs.md
@@ -2,9 +2,9 @@
2
3
## How do I edit `openvpn.conf`?
4
5
-Use a Docker image with a text editor pre-installed (i.e. Ubuntu) and connect the volume container:
+Use a Docker image with an editor and connect the volume container:
6
7
- docker run -v $OVPN_DATA:/etc/openvpn --rm -it ubuntu vi /etc/openvpn/openvpn.conf
+ docker run -v $OVPN_DATA:/etc/openvpn --rm -it kylemanna/openvpn vi /etc/openvpn/openvpn.conf
8
9
10
## Why not keep everything in one image?
0 commit comments