set DOCKER_HOST

This commit is contained in:
Michael Huebner 2025-06-11 11:48:04 +02:00
parent adb0136d51
commit 13742f4b1a

View file

@ -39,6 +39,9 @@ in
settings = {
runner = {
capacity = 4;
envs = [
"DOCKER_HOST=unix:///var/run/docker.sock"
];
};
container = {
privileged = true;