standardize documentation formatting

Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
This commit is contained in:
Ashley Cui
2019-05-31 15:21:47 -04:00
parent 7b0d6fcf0e
commit 19e0928037
81 changed files with 651 additions and 650 deletions

View File

@ -17,17 +17,17 @@ are not deleted if checkpointing fails for further debugging. If checkpointing s
files are theoretically not needed, but if these files are needed Podman can keep the files
for further analysis.
**--all, -a**
**--all**, **-a**
Checkpoint all running containers.
**--latest, -l**
**--latest**, **-l**
Instead of providing the container name or ID, checkpoint the last created container.
The latest option is not supported on the remote client.
**--leave-running, -R**
**--leave-running**, **-R**
Leave the container running after checkpointing instead of stopping it.