ensure platform mount point exists
This commit is contained in:
parent
6564fd499f
commit
c80d20db4a
1 changed files with 3 additions and 1 deletions
|
|
@ -137,7 +137,9 @@ services:
|
|||
environment:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
image: docker:26-dind
|
||||
commands: dockerd --tls=false --host=tcp://0.0.0.0:2375
|
||||
commands:
|
||||
- mkdir -p /tmp/${PLATFORM}
|
||||
- dockerd --tls=false --host=tcp://0.0.0.0:2375
|
||||
privileged: true
|
||||
ports:
|
||||
- 2375
|
||||
|
|
|
|||
Loading…
Reference in a new issue