bubuntux/nordvpn: NordVpn Docker Client - GitHub
https://github.com/bubuntux/nordvpnOfficial NordVPN client in a docker container; it makes routing traffic through the NordVPN network easy.. How to use this image. This container was designed to be started first to provide a connection to other containers (using --net=container:vpn, see below Starting an NordVPN client instance).. NOTE: More than the basic privileges are needed for NordVPN.
Docker Hub
https://hub.docker.com/r/fengzhou/ipsec-vpn-clientStart the IPSec VPN Client Prepare env file vpn.env (recommended way) or use environment variables directly to create Docker container: docker run --rm --name vpn-client --env-file=./vpn.env -d --privileged --net=host fengzhou/ipsec-vpn-client To see more debug information, please set VERBOSE=true in enviornment variable in env file.