Docker machine timeout - how to fix without destroying the machine?

后端 未结 9 1340
温柔的废话
温柔的废话 2021-01-31 02:47

I\'m having a recurring problem with Docker Machine - every few days it decides to timeout and I am unable to recover it once this happens.

Example

相关标签:
9条回答
  • 2021-01-31 03:41

    This command worked for me with the digitalocean driver:

    docker-machine ls -t 20

    It seems as though the default timeout of 10 seconds was too short.

    0 讨论(0)
  • 2021-01-31 03:43

    I had the same issue with Docker version 1.11.2, build b9f10c9

    This worked for me - my docker machine is back to the Running state

    1. $ docker-machine restart
    2. $ eval $(docker-machine env)
    0 讨论(0)
  • 2021-01-31 03:45

    I have opened virtualbox and closed and start all vm manually/. State is running again

    0 讨论(0)
提交回复
热议问题