Skip to content

JM-Lemmi/docker-anyconnect-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published