Docker commands fails (in Windows)

前端 未结 25 2561
-上瘾入骨i
-上瘾入骨i 2020-12-23 02:26

I am trying to use Docker on a windows machine and is hit with every possible issue it seems. My latest one is this: My machine is running but I can\'t seem to interact with

25条回答
  •  清歌不尽
    2020-12-23 02:37

    For me, this error was resolved after I removed daemon.json file in "%programdata%\docker\config"

    The content in my daemon.json is the following:

    {
      "hosts": ["tcp://0.0.0.0:2375"]
    }
    

    I created this manually as part of some testing. But after I restarted the server, I started to get the error in this question.

提交回复
热议问题