JM-Lemmi / docker-anyconnect-simple

A very simple anyconnect docker-container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-anyconnect-simple

A very simple anyconnect docker-container

Usage

docker run -e PASSWORD=xxx -e USERNAME=xxx -e AUTHGROUP=xxx -e HOST=xxx \
  --privileged --name=vpn ghcr.io/jm-lemmi/anyconnect-simple

You need to run the container privileged to allow acces to creating the tunnel device. Fill all the other information, as provided by the VPN provider.

Providing to other containers

You can use the established VPN connection for other containers:

docker run -it --net=container:vpn alpine

where vpn is the name of the container.

About

A very simple anyconnect docker-container


Languages

Language:Dockerfile 100.0%