Skip to content

kulack/docker-global-protect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for GlobalProtect

Originally cloned from https://github.com/bhaskarkc/docker-global-protect on Jan 21, 2023.

Steps to build

  • docker build -t gp .
  • docker run --privileged -it \
        -e SERVER=<globalprotect-host-url> \
        -e USER=<username> \
        -e PASSWORD=<password> \
        gp

About

Docker container for GlobalProtect VPN connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.3%
  • Dockerfile 35.7%