Error Port not available
Ports are not available: listen tcp 0.0.0.0:80: bind: An attempt was made to access a socket
in a way forbidden by its access permissions1. Verify Docker Containers
# show ALL containers
docker ps -a
# remove our old container
docker rm -f (container_name)2. Verify other services
#find port 80 usage on mac or linux
sudo lsof -i -n -P | grep :80Last updated
Was this helpful?