Latest docker release (20.10.0) doesn't work with docker-machine

Hi guys,

we have the similar problem as mentioned here: https://github.com/docker/machine/issues/4858

The solution with:

--engine-install-url "https://releases.rancher.com/install-docker/19.03.9.sh"

works for us.

Just in case someone else stumbled upon this.