janeczku / docker-machine-vultr

:m: Docker Machine driver for Vultr Cloud
MIT License
192 stars 25 forks source link

Debian based distros no longer finish provisioning #27

Closed samgurtman-zz closed 7 years ago

samgurtman-zz commented 7 years ago

I've tested this with Debian 8, 9 and Ubuntu 17.04. None of them will complete provisioning. They each get to:

Setting Docker configuration on the remote daemon... Error creating machine: Error running provisioning: ssh command error: command : sudo systemctl -f start docker err : exit status 1 output : Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.

janeczku commented 7 years ago

@samgurtman that's due to a bug in docker machine which was fixed in v0.12.1: https://github.com/docker/machine/issues/4156