Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefaniuk/docker-openvpn


https://github.com/stefaniuk/docker-openvpn

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

[![Circle CI](https://circleci.com/gh/codeworksio/docker-openvpn.svg?style=shield "CircleCI")](https://circleci.com/gh/codeworksio/docker-openvpn) [![Size](https://images.microbadger.com/badges/image/codeworksio/openvpn.svg)](http://microbadger.com/images/codeworksio/openvpn) [![Version](https://images.microbadger.com/badges/version/codeworksio/openvpn.svg)](http://microbadger.com/images/codeworksio/openvpn) [![Commit](https://images.microbadger.com/badges/commit/codeworksio/openvpn.svg)](http://microbadger.com/images/codeworksio/openvpn) [![Docker Hub](https://img.shields.io/docker/pulls/codeworksio/openvpn.svg)](https://hub.docker.com/r/codeworksio/openvpn/)

Docker OpenVPN
==============

Your private path to access network resources and services securely.

Installation
------------

Builds of the image are available on [Docker Hub](https://hub.docker.com/r/codeworksio/openvpn/).

docker pull codeworksio/openvpn

Alternatively you can build the image yourself.

docker build --tag codeworksio/openvpn \
github.com/codeworksio/docker-openvpn

Quickstart
----------

Start container using:

docker run --detach --restart always \
--name openvpn \
--hostname openvpn \
codeworksio/openvpn

See
---

- [jpetazzo/dockvpn](https://github.com/jpetazzo/dockvpn)
- [kylemanna/docker-openvpn](https://github.com/kylemanna/docker-openvpn)