Specifically add docker.sock
This commit is contained in:
parent
405d7bdfdf
commit
cf86742fcf
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ in
|
||||||
};
|
};
|
||||||
container = {
|
container = {
|
||||||
valid_volumes = [
|
valid_volumes = [
|
||||||
"/var/run/**"
|
"unix:///var/run/docker.sock"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue