Port binding

Let's run port binding pyramid example

In fact there is different way to run this docker container

docker run -it --rm -p 0.0.0.0:9080:8080 00_pyramid
docker run -it --rm -p 9080:8080 00_pyramid
docker run -it --rm -P 00_pyramid