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

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

    This worked for me and my containers were not destroyed:

    1. Opened Oracle virtual box and paused the VM
    2. Restarted the VM on docker machine

    $ docker-machine restart default

    • docker version: 1.12.3
    • docker-machine version: 0.8.2, build e18a919

提交回复
热议问题