docker-archive / toolbox

The Docker Toolbox
https://docker.com/toolbox
3.22k stars 1.23k forks source link

Failing on Win10 - docker run -d -p 80:80 --name webserver nginx #610

Open metahgva opened 7 years ago

metahgva commented 7 years ago

Hi, I'm assuming I'm missing some basic configuration here... When running docker run -d -p 80:80 --name webserver nginx I got this error.

C:...\docker.exe: Error response from daemon: driver failed programming external connectivity on endpoint webserver (ee1e2b56c208cfab75ff2cc0894d59aa3406761c71773f539195302118a419b7): Error starting us erland proxy: Bind for 0.0.0.0:80: unexpected error Unix.Unix_error(Unix.EACCES, "bind", "").

Can someone suggest a fix?

Version: Docker version 1.12.3, build 6b644ec

Thank you!

leocavalcante commented 7 years ago

There is something running on 80? Have you tried on another port?

figuibej commented 7 years ago

i have the same problem and i have any program running in port 80 of my host

leocavalcante commented 7 years ago

Skype has this bad habit of using 80. Try another one or look up for the service that is already using it. You can check at Resource Monitor.