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
This commit is contained in:
Valentin Rothberg
2018-08-30 13:05:37 +02:00
committed by Atomic Bot
parent 1243bfa6f1
commit 1c0cd0796a
25 changed files with 185 additions and 146 deletions

View File

@ -17,7 +17,7 @@ As part of refresh, all running containers will be restarted.
## EXAMPLES ##
```
podman container refresh
$ podman container refresh
[root@localhost /]#
```