mirror of https://github.com/containers/podman.git
Merge pull request #2749 from jcpunk/doc
docs/podman-pod-create.1.md: add example with port mapping
This commit is contained in:
commit
fcbca91dca
|
|
@ -81,6 +81,8 @@ $ podman pod create --name test
|
||||||
$ podman pod create --infra=false
|
$ podman pod create --infra=false
|
||||||
|
|
||||||
$ podman pod create --infra-command /top
|
$ podman pod create --infra-command /top
|
||||||
|
|
||||||
|
$ podman pod create --publish 8443:443
|
||||||
```
|
```
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue