ALlow privileged containers
This commit is contained in:
parent
f9764a0606
commit
f6d7c29132
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
"/nix/store:/nix/store:ro" # Standard Nix requirement
|
||||
];
|
||||
container_security = {
|
||||
allow-privileged = false;
|
||||
allow-privileged = true;
|
||||
allow-host-namespace = false;
|
||||
};
|
||||
docker-opts = [
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 26552d8bade6fa39188ebf68e9ffa1a8dcd75108
|
||||
Subproject commit 8ed82c9afaac6359cf4603196f7a5bd4b399a4b5
|
Loading…
Add table
Reference in a new issue