create a checkpoint from a running container instance
Create a checkpoint from a running container instance keep the state for restore later.
pouch checkpoint create [OPTIONS] CONTAINER CHECKPOINT
$ pouch checkpoint create container-name cp0
cp0
--checkpoint-dir string directory to store checkpoints images
-h, --help help for create
--leave-running keep container running after creating checkpoint
-D, --debug Switch client log level to DEBUG mode
-H, --host string Specify connecting address of Pouch CLI (default "unix:///var/run/pouchd.sock")
--tlscacert string Specify CA file of TLS
--tlscert string Specify cert file of TLS
--tlskey string Specify key file of TLS
--tlsverify Use TLS and verify remote
- pouch checkpoint - Manage checkpoint commands