from Hacker News

Tell HN: Most recent Docker release breaks Docker-machine create

by mrskitch on 12/9/20, 10:53 AM with 0 comments

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