π Documentation - Docker
π Documentation - Git
π Documentation - Linux
π Documentation - Versioning
π Documentation - Workflow
π‘ Glossary
-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