mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Merge pull request #18978 from rhatdan/man1
[CI:DOCS] Fix example on PublishPort
This commit is contained in:
@ -121,7 +121,7 @@ Valid options for `[Container]` are listed below:
|
|||||||
| Rootfs=/var/lib/rootfs | --rootfs /var/lib/rootfs |
|
| Rootfs=/var/lib/rootfs | --rootfs /var/lib/rootfs |
|
||||||
| Notify=true | --sdnotify container |
|
| Notify=true | --sdnotify container |
|
||||||
| PodmanArgs=--add-host foobar | --add-host foobar |
|
| PodmanArgs=--add-host foobar | --add-host foobar |
|
||||||
| PublishPort=true | --publish |
|
| PublishPort=50-59 | --publish 50-59 |
|
||||||
| Pull=never | --pull=never |
|
| Pull=never | --pull=never |
|
||||||
| ReadOnly=true | --read-only |
|
| ReadOnly=true | --read-only |
|
||||||
| RunInit=true | --init |
|
| RunInit=true | --init |
|
||||||
|
Reference in New Issue
Block a user