Merge pull request #306 from andrewrembrandt/patch-1

Typo/outdated edit config command?
This commit is contained in:
Kyle Manna 2017-08-12 06:26:45 -07:00 committed by GitHub
commit 83d61c7c18

View File

@ -2,9 +2,9 @@
## How do I edit `openvpn.conf`? ## How do I edit `openvpn.conf`?
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:
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
## Why not keep everything in one image? ## Why not keep everything in one image?