mirror of https://github.com/docker/cli.git
16 lines
495 B
Markdown
16 lines
495 B
Markdown
# checkpoint create
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Create a checkpoint from a running container
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:-------------------|:---------|:--------|:---------------------------------------------|
|
|
| `--checkpoint-dir` | `string` | | Use a custom checkpoint storage directory |
|
|
| `--leave-running` | `bool` | | Leave the container running after checkpoint |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|