Skip to content

Commit 9d1c90c

Browse files
authored
README: Explicitly create volume container
* Implicit creation seems to have issues. * Resolves issue #175
1 parent d2c5648 commit 9d1c90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ a corresponding [Digital Ocean Community Tutorial](http://bit.ly/1AGUZkq).
2424

2525
* Initialize the `$OVPN_DATA` container that will hold the configuration files and certificates
2626

27+
docker volume create --name $OVPN_DATA
2728
docker run -v $OVPN_DATA:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u udp://VPN.SERVERNAME.COM
2829
docker run -v $OVPN_DATA:/etc/openvpn --rm -it kylemanna/openvpn ovpn_initpki
2930

0 commit comments

Comments
 (0)