fix: bind-mount host docker binary into job containers
This commit is contained in:
parent
d41a24be2b
commit
d74a72c130
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ data:
|
||||||
container:
|
container:
|
||||||
network: host
|
network: host
|
||||||
privileged: false
|
privileged: false
|
||||||
options:
|
options: "-v /usr/bin/docker:/usr/bin/docker:ro"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue