Disable privileged containers
This commit is contained in:
parent
17b2c82339
commit
05bb108323
2 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ job "core" {
|
|||
image = "lxpz/amd64_diplonat:2"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
privileged = true
|
||||
}
|
||||
|
||||
restart {
|
||||
|
|
|
@ -257,7 +257,7 @@ in
|
|||
config = [
|
||||
{
|
||||
volumes.enabled = true;
|
||||
allow_privileged = true;
|
||||
#allow_privileged = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue