JonasProgrammer / docker-machine-driver-hetzner

Docker machine driver for the new hetzner cloud API
https://jonasprogrammer.github.io/docker-machine-driver-hetzner/
MIT License
431 stars 53 forks source link

Error thrown during docker daemon configuration #80

Closed ebostijancic closed 2 years ago

ebostijancic commented 2 years ago

When using the minimal option set (only hetzner api token) then I get this error:

Error creating machine: Error running provisioning: Unable to verify the Docker daemon is listening: Maximum number of retries (10) exceeded

For some reason the docker daemon is startet with tcp://0.0.0.0:2376 but not listed as listening interface for the netstat check.

ebostijancic commented 2 years ago

this is an issue with the docker-machine binary, not this driver