From 27bb8c71492682afdb0300553e10420500521acc Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Sun, 21 Jun 2015 22:26:46 -0700 Subject: [PATCH] README: Add example service * Example service to demo the container. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f717227..2365c79 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,15 @@ OpenVPN server in a Docker container complete with an EasyRSA PKI CA. Extensively tested on [Digital Ocean $5/mo node](http://bit.ly/1C7cKr3) and has a corresponding [Digital Ocean Community Tutorial](http://bit.ly/1AGUZkq). -Upstream links: +#### Upstream Links * Docker Registry @ [kylemanna/openvpn](https://registry.hub.docker.com/u/kylemanna/openvpn) * GitHub @ [kylemanna/docker-openvpn](https://github.com/kylemanna/docker-openvpn) +#### Example Service + +* [backroad.io](http://beta.backroad.io?utm_source=kylemanna/openvpn&utm_medium=readme&utm_campaign=20150621) - powered by *kylemanna/openvpn* + ## Quick Start * Create the `$OVPN_DATA` volume container, i.e. `OVPN_DATA="ovpn-data"`