Metaswitch / floki

Launch containers to help build your software
MIT License
65 stars 21 forks source link

dind is broken with latest dind images #24

Closed rlupton20 closed 5 years ago

rlupton20 commented 5 years ago

This appears to be due to docker now expecting to find TLS certificates.

rlupton20 commented 5 years ago

Reproduce with floki.yaml

image: docker:latest
dind: true

and

floki run docker ps

(remove existing docker dind images first).