docker: driver failed programming external connectivity on endpoint webserver

后端 未结 12 1994
陌清茗
陌清茗 2020-12-23 19:16

I am trying to run a docker example following this documentation

This is my command:

docker run -d -p 80:80 --name webserver nginx
<
12条回答
  •  渐次进展
    2020-12-23 19:29

    If you are the port i not in use, try restarting docker. That usually works for me.

提交回复
热议问题