Merge pull request #3254 from ashley-cui/standarddoc

Standardize Documentation
This commit is contained in:
OpenShift Merge Robot
2019-06-10 19:45:31 +02:00
committed by GitHub
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.