diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-08-30 13:05:37 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-30 16:51:56 +0000 |
commit | 1c0cd0796abd4230dbab1f7ed33212c78ecce11f (patch) | |
tree | 63d0740d08e4a6fea0f4178f4107bdfd923e146c /docs/podman-pod-create.1.md | |
parent | 1243bfa6f14ed6cfb21e7db965e52bb7ddafd1f0 (diff) | |
download | podman-1c0cd0796abd4230dbab1f7ed33212c78ecce11f.tar.gz podman-1c0cd0796abd4230dbab1f7ed33212c78ecce11f.tar.bz2 podman-1c0cd0796abd4230dbab1f7ed33212c78ecce11f.zip |
docs: consistent format for example
All bash examples are now placed in a code section (```). The PS1
prompt is set to `$`.
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Closes: #1375
Approved by: rhatdan
Diffstat (limited to 'docs/podman-pod-create.1.md')
-rw-r--r-- | docs/podman-pod-create.1.md | 9 |
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) |