mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
chore: move cli data files to data subdir
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
46
data/cli/engine/docker_checkpoint_create.yaml
Normal file
46
data/cli/engine/docker_checkpoint_create.yaml
Normal file
@@ -0,0 +1,46 @@
|
||||
command: docker checkpoint create
|
||||
short: Create a checkpoint from a running container
|
||||
long: Create a checkpoint from a running container
|
||||
usage: docker checkpoint create [OPTIONS] CONTAINER CHECKPOINT
|
||||
pname: docker checkpoint
|
||||
plink: docker_checkpoint.yaml
|
||||
options:
|
||||
- option: checkpoint-dir
|
||||
value_type: string
|
||||
description: Use a custom checkpoint storage directory
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: leave-running
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: Leave the container running after checkpoint
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
inherited_options:
|
||||
- option: help
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: Print usage
|
||||
deprecated: false
|
||||
hidden: true
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
deprecated: false
|
||||
hidden: false
|
||||
min_api_version: "1.25"
|
||||
experimental: true
|
||||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
os_type: linux
|
||||
|
||||
Reference in New Issue
Block a user