2023-01-06 19:04:05 +01: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 08:29:57 +02:00
|
|
|
| `--leave-running` | `bool` | | Leave the container running after checkpoint |
|
2023-01-06 19:04:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|