Skip to content

bhaskarkc/docker-global-protect

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for GlobalProtect

Steps to build

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