Docker Port Mapping

To complete

docker run -d –name httpdHostPort -p 80:80 httpd

docker run -d –name httpdHostPort -p 80 httpd