Tell HN: Most recent Docker release breaks Docker-machine create
We use docker-machine at browserless.io for a lot of dev stuff, and noticed that new create calls weren’t working. It appears that docker version 20.10.0 has some kind of issue when docker-machine copies over configuration to the daemon.
Workaround is to use a custom engine URL, eg https://releases.rancher.com/install-docker/19.03.9.sh
GH issue: https://github.com/docker/machine/issues/4858
No comments yet.