set DOCKER_HOST
This commit is contained in:
parent
adb0136d51
commit
13742f4b1a
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
runner = {
|
runner = {
|
||||||
capacity = 4;
|
capacity = 4;
|
||||||
|
envs = [
|
||||||
|
"DOCKER_HOST=unix:///var/run/docker.sock"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
container = {
|
container = {
|
||||||
privileged = true;
|
privileged = true;
|
||||||
|
|
Loading…
Reference in a new issue