From 493865f4413ff4dc5d46b893528008498ec37a26 Mon Sep 17 00:00:00 2001 From: Andrew Rembrandt Date: Fri, 11 Aug 2017 13:12:57 +0100 Subject: [PATCH] Typo/outdated edit config command? Looks like this was written for an earlier iteration? --- docs/faqs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faqs.md b/docs/faqs.md index b7df795..2f3e6ef 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -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?