Reputation: 31
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
Upvotes: 0
Views: 112
Reputation: 31
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
Upvotes: 2