mirror of https://github.com/docker/docs.git
14 lines
456 B
YAML
14 lines
456 B
YAML
command: docker checkpoint create
|
|
short: Create a checkpoint from a running container
|
|
long: Create a checkpoint from a running container
|
|
usage: docker checkpoint create [OPTIONS] CONTAINER CHECKPOINT
|
|
pname: docker checkpoint
|
|
plink: docker_checkpoint.yaml
|
|
options:
|
|
- option: checkpoint-dir
|
|
description: Use a custom checkpoint storage directory
|
|
- option: leave-running
|
|
default_value: "false"
|
|
description: Leave the container running after checkpoint
|
|
|