summaryrefslogtreecommitdiff
path: root/docs/podman-pod-create.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-pod-create.1.md')
-rw-r--r--docs/podman-pod-create.1.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/podman-pod-create.1.md b/docs/podman-pod-create.1.md
index fb0a30935..2d1c7fdb3 100644
--- a/docs/podman-pod-create.1.md
+++ b/docs/podman-pod-create.1.md
@@ -66,12 +66,13 @@ for it. The name is useful any place you need to identify a pod.
## EXAMPLES
+```
+$ podman pod create --name test
-# 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
+```
## SEE ALSO
podman-pod(1)