Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.04 KB

pouch_checkpoint_create.md

File metadata and controls

42 lines (29 loc) · 1.04 KB

pouch checkpoint create

create a checkpoint from a running container instance

Synopsis

Create a checkpoint from a running container instance keep the state for restore later.

pouch checkpoint create [OPTIONS] CONTAINER CHECKPOINT

Examples

$ pouch checkpoint create container-name cp0
cp0

Options

      --checkpoint-dir string   directory to store checkpoints images
  -h, --help                    help for create
      --leave-running           keep container running after creating checkpoint

Options inherited from parent commands

  -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

SEE ALSO