ExpressVPN Docker Container

Steve's Tech Stuff
Steve's Tech Stuff
9.5 هزار بار بازدید - 3 سال پیش - In today's videos, we will
In today's videos, we will walk through setting up an ExpressVPN docker container.  This container will allow other containers to connect using the VPN connection.  We'll use Portainer to modify our containers in this video.  Then we'll use Sonarr as an example with and without the ExpressVPN connection.  It's pretty straight forward so let's get to it.

============================================================
============================================================
Portainer Container

docker run -d \
--name=portainer \
-e PUID=1000 \
-e PGID=1000 \
-p 8000:8000 \
-p 9000:9000 \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v portainer_data:/data \
portainer/portainer-ce

============================================================
============================================================
Express VPN Container
https://hub.docker.com/r/misioslav/ex...

docker run \
     --env=CODE=ACTCODE\
     --env=SERVER=SMART \
     --cap-add=NET_ADMIN \
     --device=/dev/net/tun \
     --privileged \
     --detach=true \
     --tty=true \
     --name=expressvpn \
     --publish 80:80 \
     misioslav/expressvpn \
     /bin/bash

============================================================
============================================================
Sonarr

docker run \
-d\
 --name=sonarr \
 -e PUID=1000 \
 -e PGID=1000 \
 -p 8989:8989\
 -e TZ=america/new_york \
 --restart unless-stopped \
 linuxserver/sonarr

-==Affiliate Link Notice==-
The below links are affiliate links. If you use one of the these links to make a purchase. My channel makes a small commission at no cost to you.

ExpressVPN
https://bit.ly/3iOFWyz

Raspberry Pi 4 Kit
https://amzn.to/3IPmNcq

ESP8266 NodeMCU CP2102 ESP-12E Development Board
https://amzn.to/3p2LzOz

Try Audible Plus
https://amzn.to/3mdm9M7

Create Amazon Business Account
https://amzn.to/3se6Yq2

Try Prime Discounted Monthly Offering
https://amzn.to/3IXjKir

Try Amazon Prime 30-Day Free Trial
https://amzn.to/3H6MG67

Prime Student 6-month Trial
https://amzn.to/3scID3D
3 سال پیش در تاریخ 1399/12/16 منتشر شده است.
9,586 بـار بازدید شده
... بیشتر