docker checkpoint create
Description
Create a checkpoint from a running container
Usage
docker checkpoint create [OPTIONS] CONTAINER CHECKPOINT
Options
| Name, shorthand | Default | Description | 
|---|---|---|
--checkpoint-dir |  Use a custom checkpoint storage directory | |
--leave-running |  false |  Leave the container running after checkpoint | 
Parent command
| Command | Description | 
|---|---|
| docker checkpoint | Manage checkpoints | 
Related commands
| Command | Description | 
|---|---|
| docker checkpoint create | Create a checkpoint from a running container | 
| docker checkpoint ls | List checkpoints for a container | 
| docker checkpoint rm | Remove a checkpoint | 
    © 2017 Docker, Inc.
Licensed under the Apache License, Version 2.0.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.
Docker, Inc. and other parties may also have trademark rights in other terms used herein.
    https://docs.docker.com/v1.13/engine/reference/commandline/checkpoint_create/