Skip to content

sandreae/vpncloud-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vpncloud docker

vpncloud

Run a vpncloud instance in a docker container.

Deploy

Build and deploy image using docker. It is important to note that you should overide the default CMD with your own network configurations when starting the container. The image currently runs vpncloud v2.2.0 but you could replace this with the version you want by placing the relevent binary in the files folder and updating the Dockerfile. Versions can found here.

# build image
docker build -t vpncloud-img .

# run container, overriding default CMD
docker run \
    --cap-add=NET_ADMIN \
    -p 3210:3210/udp \
    --device /dev/net/tun:/dev/net/tun \
    -it vpncloud-img \
    vpncloud --password MyBetterPassword1234 \
    --ip 10.0.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published