From 9d1c90cde731b69e2131c29128a4ede3a1099795 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Mon, 21 Nov 2016 10:02:10 -0800 Subject: [PATCH] README: Explicitly create volume container * Implicit creation seems to have issues. * Resolves issue #175 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb2fd00..8fb4133 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ a corresponding [Digital Ocean Community Tutorial](http://bit.ly/1AGUZkq). * Initialize the `$OVPN_DATA` container that will hold the configuration files and certificates + docker volume create --name $OVPN_DATA docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u udp://VPN.SERVERNAME.COM docker run -v $OVPN_DATA:/etc/openvpn --rm -it kylemanna/openvpn ovpn_initpki