Disable privileged containers

This commit is contained in:
Alex 2021-12-26 10:15:25 +01:00
parent 17b2c82339
commit 05bb108323
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,6 @@ job "core" {
image = "lxpz/amd64_diplonat:2"
network_mode = "host"
readonly_rootfs = true
privileged = true
}
restart {

View file

@ -257,7 +257,7 @@ in
config = [
{
volumes.enabled = true;
allow_privileged = true;
#allow_privileged = true;
}
];
}