change-code-and-fix-docs-about-checkpoint

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-09-12 12:09:54 +08:00 committed by Tibor Vass
parent 9f22887e06
commit fadc2868b1
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ not optimized for the task).
## Using Checkpoint & Restore ## Using Checkpoint & Restore
A new top level commands `docker checkpoint` is introduced, with three subcommands: A new top level command `docker checkpoint` is introduced, with three subcommands:
- `create` (creates a new checkpoint) - `create` (creates a new checkpoint)
- `ls` (lists existing checkpoints) - `ls` (lists existing checkpoints)
- `rm` (deletes an existing checkpoint) - `rm` (deletes an existing checkpoint)
@ -44,9 +44,9 @@ Additionally, a `--checkpoint` flag is added to the container start command.
The options for checkpoint create: The options for checkpoint create:
Usage: docker checkpoint [OPTIONS] CONTAINER CHECKPOINT_ID Usage: docker checkpoint create [OPTIONS] CONTAINER CHECKPOINT
Checkpoint the specified container Create a checkpoint from a running container
--leave-running=false leave the container running after checkpoint --leave-running=false leave the container running after checkpoint