We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d0a9b commit 2889b89Copy full SHA for 2889b89
1 file changed
src/executor/runner.js
@@ -513,7 +513,7 @@ export default async function runConfig(payload) {
513
await sshExec(`printf '{\\n\\t${[
514
`"exec-opts": ["native.cgroupdriver=cgroupfs"]`,
515
`"host-gateway-ip": "10.0.2.2"`,
516
- `"dns": ["1.1.1.1", "1.0.0.1"]"`,
+ `"dns": ["1.1.1.1", "1.0.0.1"]`,
517
].join(',\\n\\t')}\\n}\\n' > ~/.config/docker/daemon.json`);
518
await sshExec(`printf '${[`[Service]`,
519
`Environment="DOCKERD_ROOTLESS_ROOTLESSKIT_NET=pasta"`,
0 commit comments