Error response from daemon: driver failed programming external connectivity on : Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use
Asked
Active
Viewed 84 times
1 Answers
2
My ubunty run apache on 80 port. I just stop it.
sudo service apache2 stop
Also you can uninstall it as well
sudo apt-get purge apache2
sudo apt-get autoremove
sudo rm -rf /etc/apache2

Nikulin Vyacheslav
- 31
- 4
-
Also you can find recommendations here https://stackoverflow.com/questions/37971961/docker-error-bind-address-already-in-use – Nikulin Vyacheslav Jun 30 '22 at 11:06