-p, --publish - Publish a container's port(s) to the host
-p
--publish
-P, --publish-all - Publish all exposed ports to random ports
-P
--publish-all
$ docker run -p 5432:5432 postgres $ docker run -p 192.168.56.101:5432:5432 postgres