EasyManua.ls Logo

Proscend M302-L - Install Pritunl Openvpn Server on Docker

Proscend M302-L
144 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
INDUSTRIAL 4G LTE CELLULAR ROUTER B_UM V1.1.0
112
15.4.5 Install Pritunl OpenVPN server on Docker
Pritunl OpenVPN server on Docker installation
Pritunl is a distributed enterprise vpn server built using the OpenVPN protocol.
Quick Installation
Prerequisites
Ubuntu 16.04
curl or wget should be installed
Install via curl
sh -c "$(curl -fsSL https://bit.ly/2IpJN1X)"
Install via wget
sh -c "$(wget https://bit.ly/2IpJN1X -O -)"
Install Docker on Ubuntu 16.04 64bit
Reference: https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/
Set up the repository
sudo apt-get remove docker docker-engine docker.io
sudo apt-get update
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
Install Docker CE
sudo apt-get update
sudo apt-get install docker-ce
Install Docker compose
sudo apt-get install docker-compose
Install Pritunl OpenVPN Server by docker compose
(1) Set up the basic environment by the following commands.
mkdir ~/pritunl
cd ~/pritunl
touch docker-compose.yml
(2) Copy and paste the following content to docker-compose.yml.
version: '2'
services:
pritunl:
image: jippi/pritunl
volumes:

Table of Contents

Related product manuals