Open mvasin opened 7 years ago
If I successfully provision the cloud instance with wget -O - https://get.docker.com | bash
, and then try to add it to the list of docker-machines available on my computer with docker-machine create --driver generic --generic-ip-address <ip> --engine-install-url "https://get.docker.com" <name>
, it effectively brings remote docker down (errors are exactly as those above).
same https://github.com/docker/machine/issues/4190
I'll try the workaround suggested in the comments.
I guess this is fixed with the latest provision script changes
I manually fire up ubuntu 16.04 instance on https://vscale.io/en/, and if I ssh into the machine and run
wget -O - https://get.docker.com | bash
, docker runs perfectly fine (docker run hello-world
works).But if instead, on equally brand-new instance I run
i get
if I ssh into the machine then, with
journalctl --no-pager -u docker
I get