Skip to content

Commit

Permalink
Update for docker checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: yuexiao-wang <[email protected]>
  • Loading branch information
yuexiao-wang authored and Tibor Vass committed Jun 2, 2017
1 parent 5384684 commit 010340e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions experimental/checkpoint-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ migration of a server from one machine to another. This is possible with the
current implementation, but not currently a priority (and so the workflow is
not optimized for the task).

## Using Checkpoint & Restore
## Using checkpoint & restore

A new top level command `docker checkpoint` is introduced, with three subcommands:
- `create` (creates a new checkpoint)
Expand All @@ -48,7 +48,8 @@ The options for checkpoint create:

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
--checkpoint-dir Use a custom checkpoint storage directory

And to restore a container:

Expand All @@ -71,7 +72,7 @@ in between running/checkpoint/restoring you should see that the counter
increases while the process is running, stops while it's checkpointed, and
resumes from the point it left off once you restore.

## Current Limitation
## Current limitation

seccomp is only supported by CRIU in very up to date kernels.

Expand Down

0 comments on commit 010340e

Please sign in to comment.