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

后端 未结 9 1439
温柔的废话
温柔的废话 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.

提交回复
热议问题