fix(ci): use tcp://localhost:2375 and network=host for jobs
This commit is contained in:
parent
8b433f4e84
commit
5caabc930d
|
|
@ -24,8 +24,9 @@ data:
|
||||||
port: 0
|
port: 0
|
||||||
container:
|
container:
|
||||||
privileged: true
|
privileged: true
|
||||||
valid_volumes:
|
network: host
|
||||||
- "**"
|
docker_host: "tcp://localhost:2375"
|
||||||
docker_host: "unix:///var/run/docker.sock"
|
|
||||||
options: "-v /var/run/docker.sock:/var/run/docker.sock"
|
|
||||||
force_pull: true
|
force_pull: true
|
||||||
|
runner:
|
||||||
|
envs:
|
||||||
|
DOCKER_HOST: "tcp://localhost:2375"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue