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

后端 未结 9 1323
温柔的废话
温柔的废话 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: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)

提交回复
热议问题