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.<p>Workaround is to use a custom engine URL, eg https://releases.rancher.com/install-docker/19.03.9.sh<p>GH issue: https://github.com/docker/machine/issues/4858