Typo/outdated edit config command?

Looks like this was written for an earlier iteration?
This commit is contained in:
Andrew Rembrandt 2017-08-11 13:12:57 +01:00 committed by GitHub
parent 84c87f5f7f
commit 493865f441
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
## 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?