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

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

    Check if you are are using a proxy or VPN!

    None of the above suggestions worked for me until I turned off my VPN and suddenly:

    docker-machine.exe ls
    NAME      ACTIVE   DRIVER       STATE     URL                         SWARM   DOCKER     ERRORS
    default   *        virtualbox   Running   tcp://192.168.99.102:2376           v19.03.5
    

提交回复
热议问题