mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
11 lines
147 B
JSON
11 lines
147 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"runArgs": [
|
|
"--privileged",
|
|
"--cap-add=NET_ADMIN",
|
|
"--device=/dev/net/tun"
|
|
]
|
|
}
|