try with env
This commit is contained in:
parent
ba0ec44434
commit
dffa1d96cf
1 changed files with 11 additions and 2 deletions
|
|
@ -132,9 +132,18 @@ in
|
||||||
"ubuntu-latest:docker://shivammathur/node:latest"
|
"ubuntu-latest:docker://shivammathur/node:latest"
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
container = {
|
runner = {
|
||||||
options = "--network=server";
|
envs = {
|
||||||
|
DOCKER_DAEMON_CONFIG = ''
|
||||||
|
{
|
||||||
|
"dns": ["10.42.97.10"]
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
# container = {
|
||||||
|
# options = "--network=server";
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue