docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.63k stars 1.97k forks source link

All Docker-Machine's Showing "Timeout" & Unable to Upgrade #4462

Open brandontamm opened 6 years ago

brandontamm commented 6 years ago

I did a docker-machine ls today and found some odd behavior going on .. I am still able to SSH into my machines, but the machines clearly aren't being read and

NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS zh1 digitalocean Timeout
zt1 digitalocean Timeout
ze1 digitalocean Timeout
ze2 - digitalocean Running tcp://...:2376 v18.04.0-ce
za1 digitalocean Timeout
za2 digitalocean Timeout
zl1 digitalocean Timeout
za3 digitalocean Timeout
za4 digitalocean Timeout

➜ magento-docker git:(master) ✗ docker-machine upgrade za4 Waiting for SSH to be available... Detecting the provisioner... Unable to query docker version: Get https://*.*.*.*:2376/v1.15/version: dial tcp ...:2376: i/o timeout

One machine was created on Friday, and the rest have been around for awhile.

Any ideas why I would suddenly not be able to do anything other than SSH into these machines?

I haven't upgraded or updated in awhile: Version 18.03.0-ce-mac60 (23751) Channel: stable 6ddfc0f1d3 Machine: 0.14.0

brandontamm commented 6 years ago

Bueler?