ajleal/softether

By ajleal

Updated 7 months ago

Docker image for the SoftEther VPN server

Image
Networking
1

1.8K

Docker image for SoftEther VPN

This will deploy a fully functional SoftEther VPN server as a docker image. Only for the latest RTM version of the product.

Multi platform image: linux/amd64,linux/amd64/v2,linux/arm64,linux/arm/v7

Available on Docker Hub. Current build version: SoftEther VPN Stable

Docker Pulls

Build Status

Github Actions Build

Build

Docker Image Size (tag)

Download

docker pull ajleal/softether

Run

Simplest version:

docker run -d --net host --cap-add NET_ADMIN --name softether ajleal/softether

With external config file:

mkdir /etc/vpnserver
touch /etc/vpnserver/vpn_server.config
docker run -d -v /etc/vpnserver/vpn_server.config:/usr/vpnserver/vpn_server.config --net host --cap-add NET_ADMIN --name softether ajleal/softether

Docker Pull Command

docker pull ajleal/softether