Specifically add docker.sock

This commit is contained in:
Michael Huebner 2025-06-11 09:39:38 +02:00
parent 405d7bdfdf
commit cf86742fcf

View file

@ -43,7 +43,7 @@ in
};
container = {
valid_volumes = [
"/var/run/**"
"unix:///var/run/docker.sock"
];
};
};