which OS you are using? if you are using Ubuntu try the following cmd
sudo netstat -tulpn | grep 80
otherwise map the container port to a free port (example 8888) by adding
-p 8888:80