Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefaniuk/docker-openvpn
https://github.com/stefaniuk/docker-openvpn
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefaniuk/docker-openvpn
- Owner: stefaniuk
- Created: 2017-05-08T06:14:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T06:16:23.000Z (over 7 years ago)
- Last Synced: 2024-04-16T07:49:23.967Z (7 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-openvpnQuickstart
----------Start container using:
docker run --detach --restart always \
--name openvpn \
--hostname openvpn \
codeworksio/openvpnSee
---- [jpetazzo/dockvpn](https://github.com/jpetazzo/dockvpn)
- [kylemanna/docker-openvpn](https://github.com/kylemanna/docker-openvpn)