2023-01-06 13:04:05 -05:00
|
|
|
# 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 |
|
2024-07-03 02:29:57 -04:00
|
|
|
| `--leave-running` | `bool` | | Leave the container running after checkpoint |
|
2023-01-06 13:04:05 -05:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|