Merge pull request #2749 from jcpunk/doc

docs/podman-pod-create.1.md: add example with port mapping
This commit is contained in:
OpenShift Merge Robot
2019-03-27 02:17:02 -07:00
committed by GitHub

View File

@ -81,6 +81,8 @@ $ podman pod create --name test
$ podman pod create --infra=false
$ podman pod create --infra-command /top
$ podman pod create --publish 8443:443
```
## SEE ALSO