Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 564 Bytes

Docker image for SoftEther VPN

This will deploy a fully functional SoftEther VPN server as a docker image.

Source available on Git Hub.

Download

docker pull yaronr/softether

Run

Simplest version:

docker run -d --net host --name softether yaronr/softether

With external config file:

touch /etc/vpnserver/vpn_server.config
docker run -d -v /etc/vpnserver/vpn_server.config:/usr/local/vpnserver/vpn_server.config --net host --name softether yaronr/softether