forked from Deuxfleurs/nixcfg
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"
|
image = "lxpz/amd64_diplonat:2"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
privileged = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
restart {
|
restart {
|
||||||
|
|
|
@ -257,7 +257,7 @@ in
|
||||||
config = [
|
config = [
|
||||||
{
|
{
|
||||||
volumes.enabled = true;
|
volumes.enabled = true;
|
||||||
allow_privileged = true;
|
#allow_privileged = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue