github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/checkpoint_create.md (about)

     1  # checkpoint create
     2  
     3  <!---MARKER_GEN_START-->
     4  Create a checkpoint from a running container
     5  
     6  ### Options
     7  
     8  | Name               | Type     | Default | Description                                  |
     9  |:-------------------|:---------|:--------|:---------------------------------------------|
    10  | `--checkpoint-dir` | `string` |         | Use a custom checkpoint storage directory    |
    11  | `--leave-running`  |          |         | Leave the container running after checkpoint |
    12  
    13  
    14  <!---MARKER_GEN_END-->
    15