Docker for Windows not working

后端 未结 19 931
自闭症患者
自闭症患者 2020-12-07 10:56

I\'ve installed Docker toolbox now and I get the error for everything:

Get http://127.0.0.1:2375/v1.20/version: dial tcp 127.0.0.1:2375: ConnectExtcp: No con         


        
19条回答
  •  悲&欢浪女
    2020-12-07 11:59

    It sounds like the problem with virtual box, In my case, I have performed below steps to resolve the issue

    • Stop Docker machine by 'docker-machine stop'
    • Open Network and sharing Center in Windows OS
    • Click on Change Adapter settings
    • Disable the VirtualBox-Host Only Network
    • Start Docker machine by 'docker-machine start'

提交回复
热议问题