Nginx port mapping error on docker
When taking Docker tutorials, one of the first things that pops up is running a web server in a container via Nginx. However, when you map ports (e.g. 80 on 80) you might get the following error: Error response from daemon: driver failed programming external connectivity on endpoint <your container>:…