Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 883 Bytes

pouch_checkpoint_rm.md

File metadata and controls

41 lines (28 loc) · 883 Bytes

pouch checkpoint rm

delete a container checkpoint

Synopsis

Delete a container checkpoint.

pouch checkpoint rm [OPTIONS] CONTAINER CHECKPOINT

Examples

$ pouch checkpoint delete container-name
cp0

Options

      --checkpoint-dir string   directory to store checkpoints images
  -h, --help                    help for rm

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