Testing
This commit is contained in:
parent
b1661c65a5
commit
dd4b86aa3c
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@
|
||||||
allow-host-namespace = false;
|
allow-host-namespace = false;
|
||||||
};
|
};
|
||||||
docker-opts = [
|
docker-opts = [
|
||||||
"--cap-drop=ALL" # Drop all caps first
|
"--cap-drop=ALL" # Drop all caps first
|
||||||
|
"--cap-add=NET_ADMIN" # Required for TUN device access
|
||||||
"--security-opt=no-new-privileges"
|
"--security-opt=no-new-privileges"
|
||||||
"--cap-add=NET_ADMIN" # Required for TUN device access
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue