From 384beb888a9079b2ae7c7a9f588f1d28736909a0 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Thu, 1 Jan 2015 22:41:02 -0800 Subject: [PATCH] README: Miscellaneous Fixes * Fix typo and grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b7c1a8..d3dec09 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Extensively tested on [Digital Ocean](https://www.digitalocean.com/?refcode=d19f docker run --name $OVPN_DATA -v /etc/openvpn busybox -* Initalize the `$OVPN_DATA` container that will hold the configuration files and certificates +* Initialize the `$OVPN_DATA` container that will hold the configuration files and certificates docker run --volumes-from $OVPN_DATA --rm kylemanna/openvpn ovpn_genconfig -u udp://VPN.SERVERNAME.COM:1194 docker run --volumes-from $OVPN_DATA --rm -it kylemanna/openvpn ovpn_initpki @@ -21,7 +21,7 @@ Extensively tested on [Digital Ocean](https://www.digitalocean.com/?refcode=d19f docker run --volumes-from $OVPN_DATA -d -p 1194:1194/udp --cap-add=NET_ADMIN kylemanna/openvpn - - On Docker older than 1.2 version + - On Docker older than version 1.2 docker run --volumes-from $OVPN_DATA -d -p 1194:1194/udp --privileged kylemanna/openvpn