Lightweight Softether VPN Client
This docker only contains a working SoftEther VPN Client other components have been removed.
If you need other parts :
SoftEther VPN Client is VPN client software with a Virtual Network Adapter function that enables connection to a Virtual Hub on SoftEther VPN Server operated at a remote location. The user can use the easy settings on a computer with SoftEther VPN Client installed to connect to a Virtual Hub on SoftEther VPN Server and flexibly connect via a Virtual Network Adapter.
https://www.softether.org/4-docs/1-manual/4._SoftEther_VPN_Client_Manual
Versions will follow Softether VPN Github Repository tags and Alpine update.
This image is make'd from the offical Softether VPN Github Repository
Nothing have been edited. So when you will start it the first time you will get the default configuration which is :
- Unconfigured client
You will have to configure it. To do so use :
- SoftEther VPN CMD (any platform - Console)
- SoftEther VPN Server Manager (Windows, Mac OS X - GUI)
- Edit by hand /usr/vpnclient/vpn_client.config then restart the server (Not Recommended)
For a simple use without persistence :
docker run -d amary/softether-vpn-client
For a simple use with persistence (will give you acces to configuration and logs) :
docker run -d -v /host/path/vpnclient:/usr/vpnclient:Z amary/softether-vpn-client
Add/delete any -p $PORT:$PORT/{tcp,udp} depending on you will
- v4.22-9634-beta : Initial Release
- v4.22-9634-beta.patch1 : Update Alpine to 3.6, Improve Dockerfile, Secure Entrypoint