docker / machine

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

Docker Machine hangs with the Softlayer API #3264

Open ShadySQL opened 8 years ago

ShadySQL commented 8 years ago

docker-machine ls error getting state for host consul1: Error in response: Unable to find object with id of '0'. error getting URL for host consul: Error in response: Unable to find object with id of '0'. error getting URL for host consul1: Error in response: Unable to find object with id of '0'. error getting state for host consul: Error in response: Unable to find object with id of '0'. error getting URL for host consulado01: Error in response: Unable to find object with id of '0'. error getting state for host consulado01: Error in response: Unable to find object with id of '0'. error getting state for host SL00000: Error in response: Unable to find object with id of '0'. error getting URL for host consul911: Error in response: Unable to find object with id of '0'. error getting URL for host consulado: Error in response: Unable to find object with id of '0'. error getting URL for host SL00000: Error in response: Unable to find object with id of '0'. error getting state for host consul911: Error in response: Unable to find object with id of '0'. error getting state for host consulado: Error in response: Unable to find object with id of '0'.

Thats all I get from following this tutorial:

https://tinylab.info/post/swarm_sl_pt1/

I am not even able to remove a machine:

docker-machine rm consul (consul) OUT | Canceling SoftLayer instance 0... Provider error removing machine "consul": Error in response: Unable to find object with id of '0'.

nathanleclaire commented 8 years ago

cc @cpuguy83