Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.19 KB

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