Skip to content

backroot/docker-globalprotect-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Docker for GlobalProtect VPN Client

Introduction

Dockerfile to create a Docker container image for GlobalProtect VPN Client.

Getting started

Installation

You can build the image yourself.

cd 6.1.2/
docker build . --platform=linux/amd64 -t globalprotect-client:6.1.2

Quickstart

Start GlobalProtect Client using:

docker run -it -d --rm --name globalprotect-client --cap-add NET_ADMIN globalprotect-client:6.1.2

docker exec -it globalprotect-client bash

Connect VPN:

./globalprotect connect --portal myportal.example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published