Skip to content

Commit

Permalink
change-code-and-fix-docs-about-checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: allencloud <[email protected]>
  • Loading branch information
allencloud authored and Tibor Vass committed Jun 2, 2017
1 parent 9f22887 commit fadc286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experimental/checkpoint-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ not optimized for the task).

## 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)
- `ls` (lists existing checkpoints)
- `rm` (deletes an existing checkpoint)
Expand All @@ -44,9 +44,9 @@ Additionally, a `--checkpoint` flag is added to the container start command.

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

Expand Down

0 comments on commit fadc286

Please sign in to comment.