mguimard / swarm-in-docker

0 stars 0 forks source link

Not working anymore since 19-dind #1

Open QuentinCazelles opened 4 years ago

QuentinCazelles commented 4 years ago

Since docker:19-dind uses TLS by default this docker-compose does not work ootb perfectly. Portainer cannot connect to the daemon as TLS is enabled.

I found 2 solutions to make it work :

mguimard commented 4 years ago

An other solution is to set the DOCKER_TLS_CERTDIR env var empty, can you confirm ?

environment:
  DOCKER_TLS_CERTDIR: ""
QuentinCazelles commented 4 years ago

I tried and I can confirm I didn't manage to make it work that way )=