docker run port mapping

C
$ docker run -p 127.0.0.1:80:8080/tcp ubuntu bash
docker ps
Source

Also in C: