-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: French Ben <frenchben@docker.com>
- Loading branch information
French Ben
committed
Dec 16, 2016
1 parent
94a5093
commit 5e9e235
Showing
83 changed files
with
990 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,109 @@ | ||
command: docker | ||
cname: docker wait | ||
clink: docker_wait.yaml | ||
cname: | ||
- docker attach | ||
- docker build | ||
- docker checkpoint | ||
- docker commit | ||
- docker container | ||
- docker cp | ||
- docker create | ||
- docker deploy | ||
- docker diff | ||
- docker events | ||
- docker exec | ||
- docker export | ||
- docker history | ||
- docker image | ||
- docker images | ||
- docker import | ||
- docker info | ||
- docker inspect | ||
- docker kill | ||
- docker load | ||
- docker login | ||
- docker logout | ||
- docker logs | ||
- docker network | ||
- docker node | ||
- docker pause | ||
- docker plugin | ||
- docker port | ||
- docker ps | ||
- docker pull | ||
- docker push | ||
- docker rename | ||
- docker restart | ||
- docker rm | ||
- docker rmi | ||
- docker run | ||
- docker save | ||
- docker search | ||
- docker secret | ||
- docker service | ||
- docker stack | ||
- docker start | ||
- docker stats | ||
- docker stop | ||
- docker swarm | ||
- docker system | ||
- docker tag | ||
- docker top | ||
- docker unpause | ||
- docker update | ||
- docker version | ||
- docker volume | ||
- docker wait | ||
clink: | ||
- docker_attach.yaml | ||
- docker_build.yaml | ||
- docker_checkpoint.yaml | ||
- docker_commit.yaml | ||
- docker_container.yaml | ||
- docker_cp.yaml | ||
- docker_create.yaml | ||
- docker_deploy.yaml | ||
- docker_diff.yaml | ||
- docker_events.yaml | ||
- docker_exec.yaml | ||
- docker_export.yaml | ||
- docker_history.yaml | ||
- docker_image.yaml | ||
- docker_images.yaml | ||
- docker_import.yaml | ||
- docker_info.yaml | ||
- docker_inspect.yaml | ||
- docker_kill.yaml | ||
- docker_load.yaml | ||
- docker_login.yaml | ||
- docker_logout.yaml | ||
- docker_logs.yaml | ||
- docker_network.yaml | ||
- docker_node.yaml | ||
- docker_pause.yaml | ||
- docker_plugin.yaml | ||
- docker_port.yaml | ||
- docker_ps.yaml | ||
- docker_pull.yaml | ||
- docker_push.yaml | ||
- docker_rename.yaml | ||
- docker_restart.yaml | ||
- docker_rm.yaml | ||
- docker_rmi.yaml | ||
- docker_run.yaml | ||
- docker_save.yaml | ||
- docker_search.yaml | ||
- docker_secret.yaml | ||
- docker_service.yaml | ||
- docker_stack.yaml | ||
- docker_start.yaml | ||
- docker_stats.yaml | ||
- docker_stop.yaml | ||
- docker_swarm.yaml | ||
- docker_system.yaml | ||
- docker_tag.yaml | ||
- docker_top.yaml | ||
- docker_unpause.yaml | ||
- docker_update.yaml | ||
- docker_version.yaml | ||
- docker_volume.yaml | ||
- docker_wait.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
command: docker checkpoint | ||
short: Manage checkpoints | ||
long: Manage checkpoints | ||
usage: docker checkpoint | ||
pname: docker | ||
plink: docker.yaml | ||
cname: | ||
- docker checkpoint create | ||
- docker checkpoint ls | ||
- docker checkpoint rm | ||
clink: | ||
- docker_checkpoint_create.yaml | ||
- docker_checkpoint_ls.yaml | ||
- docker_checkpoint_rm.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
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 | ||
description: Use a custom checkpoint storage directory | ||
- option: leave-running | ||
default_value: "false" | ||
description: Leave the container running after checkpoint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
command: docker checkpoint ls | ||
short: List checkpoints for a container | ||
long: List checkpoints for a container | ||
usage: docker checkpoint ls [OPTIONS] CONTAINER | ||
pname: docker checkpoint | ||
plink: docker_checkpoint.yaml | ||
options: | ||
- option: checkpoint-dir | ||
description: Use a custom checkpoint storage directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
command: docker checkpoint rm | ||
short: Remove a checkpoint | ||
long: Remove a checkpoint | ||
usage: docker checkpoint rm [OPTIONS] CONTAINER CHECKPOINT | ||
pname: docker checkpoint | ||
plink: docker_checkpoint.yaml | ||
options: | ||
- option: checkpoint-dir | ||
description: Use a custom checkpoint storage directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.