Hi,
Error response from daemon: Cannot start container app: Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use
What does this mean? I got it after trying to run the application.
Hi,
Error response from daemon: Cannot start container app: Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use
What does this mean? I got it after trying to run the application.
You have something occupying port 80 (web traffic, unencrypted) in your host OS. Turn whatever that is, off. (Apache, etc)