A fork from https://github.com/dlenski/openconnect. No major change, simply updated the Dockerfile and Docker-compose file. This only works for linux.
- Update your credential file
credential.txt
protocol: gp host: globalprotect.domain.com.au username: <name> password: <password>
execute:
docker-compose up -d
-
Under the root of the source code:
docker build -t openconnect:latest .
-
Edit the
docker-compose.yml
file, update theimage: cheneyyan/openconnect
toimage: openconnect
-
Execute
docker-compose up -d
Simply: docker-compose up
and check the stdout.