Running Docker for Windows, Error when exposing Ports

后端 未结 10 1515
天命终不由人
天命终不由人 2021-01-31 01:10

I am aware there are a lot of questions about running Docker on windows, however this question is about running the brand new Docker for Windows, on Windows.
In my case I am

10条回答
  •  北恋
    北恋 (楼主)
    2021-01-31 02:08

    This is caused by a port numbering conflict: github issue here https://github.com/docker/compose/issues/3277

    Essentially the port is in use! The reason resetting worked is because it wiped other mappings off.

提交回复
热议问题