YAML-sourced CLI refdocs

This commit is contained in:
John Mulhausen 2016-12-21 14:32:06 -08:00 committed by Misty Stanley-Jones
parent 5591272dcb
commit 35898701eb
151 changed files with 3796 additions and 455 deletions

View File

@ -23,8 +23,7 @@ ENV DISTRIBUTION_BRANCH="release/2.5"
# The statements below pull reference docs from upstream locations,
# then build the whole site to static HTML using Jekyll
RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/reference allv/engine/reference \
&& svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend allv/engine/extend \
RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend allv/engine/extend \
&& wget -O allv/engine/deprecated.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/deprecated.md \
&& svn co https://github.com/docker/distribution/branches/$DISTRIBUTION_BRANCH/docs/spec allv/registry/spec \
&& wget -O allv/registry/configuration.md https://raw.githubusercontent.com/docker/distribution/$DISTRIBUTION_BRANCH/docs/configuration.md \

File diff suppressed because it is too large Load Diff

View File

@ -355,180 +355,326 @@ toc:
title: Dockerizing an SSH service
- path: /engine/examples/apt-cacher-ng/
title: Dockerizing an apt-cacher-ng service
- sectiontitle: Engine reference
- path: /engine/reference/builder/
title: Dockerfile reference
- path: /engine/reference/run/
title: Docker run reference
- path: /engine/reference/commandline/cli/
title: Use the Docker command line
- path: /engine/reference/commandline/dockerd/
title: Daemon CLI reference
- sectiontitle: Engine CLI reference
section:
- path: /engine/reference/builder/
title: Dockerfile reference
- path: /engine/reference/run/
title: Docker run reference
- sectiontitle: Command line reference
- path: /engine/reference/commandline/docker/
title: docker (base command)
- path: /engine/reference/commandline/attach/
title: docker attach
- path: /engine/reference/commandline/build/
title: docker build
- path: /engine/reference/commandline/commit/
title: docker commit
- sectiontitle: container *
section:
- path: /engine/reference/commandline/
title: Docker commands
- path: /engine/reference/commandline/cli/
title: Use the Docker command line
- path: /engine/reference/commandline/dockerd/
title: dockerd
- path: /engine/reference/commandline/attach/
title: attach
- path: /engine/reference/commandline/build/
title: build
- path: /engine/reference/commandline/commit/
title: commit
- path: /engine/reference/commandline/cp/
title: cp
- path: /engine/reference/commandline/create/
title: create
- path: /engine/reference/commandline/deploy/
title: deploy
- path: /engine/reference/commandline/diff/
title: diff
- path: /engine/reference/commandline/events/
title: events
- path: /engine/reference/commandline/exec/
title: exec
- path: /engine/reference/commandline/export/
title: export
- path: /engine/reference/commandline/history/
title: history
- path: /engine/reference/commandline/images/
title: images
- path: /engine/reference/commandline/import/
title: import
- path: /engine/reference/commandline/info/
title: info
- path: /engine/reference/commandline/inspect/
title: inspect
- path: /engine/reference/commandline/kill/
title: kill
- path: /engine/reference/commandline/load/
title: load
- path: /engine/reference/commandline/login/
title: login
- path: /engine/reference/commandline/logout/
title: logout
- path: /engine/reference/commandline/logs/
title: logs
- path: /engine/reference/commandline/container/
title: docker container
- path: /engine/reference/commandline/container_attach/
title: docker container attach
- path: /engine/reference/commandline/container_commit/
title: docker container commit
- path: /engine/reference/commandline/container_cp/
title: docker container cp
- path: /engine/reference/commandline/container_create/
title: docker container create
- path: /engine/reference/commandline/container_diff/
title: docker container diff
- path: /engine/reference/commandline/container_exec/
title: docker container exec
- path: /engine/reference/commandline/container_export/
title: docker container export
- path: /engine/reference/commandline/container_inspect/
title: docker container inspect
- path: /engine/reference/commandline/container_kill/
title: docker container kill
- path: /engine/reference/commandline/container_logs/
title: docker container logs
- path: /engine/reference/commandline/container_ls/
title: docker container ls
- path: /engine/reference/commandline/container_pause/
title: docker container pause
- path: /engine/reference/commandline/container_port/
title: docker container port
- path: /engine/reference/commandline/container_prune/
title: docker container prune
- path: /engine/reference/commandline/container_rename/
title: docker container rename
- path: /engine/reference/commandline/container_restart/
title: docker container restart
- path: /engine/reference/commandline/container_rm/
title: docker container rm
- path: /engine/reference/commandline/container_run/
title: docker container run
- path: /engine/reference/commandline/container_start/
title: docker container start
- path: /engine/reference/commandline/container_stats/
title: docker container stats
- path: /engine/reference/commandline/container_stop/
title: docker container stop
- path: /engine/reference/commandline/container_top/
title: docker container top
- path: /engine/reference/commandline/container_unpause/
title: docker container unpause
- path: /engine/reference/commandline/container_update/
title: docker container update
- path: /engine/reference/commandline/container_wait/
title: docker container wait
- path: /engine/reference/commandline/cp/
title: docker cp
- path: /engine/reference/commandline/create/
title: docker create
- path: /engine/reference/commandline/deploy/
title: docker deploy
- path: /engine/reference/commandline/diff/
title: docker diff
- path: /engine/reference/commandline/events/
title: docker events
- path: /engine/reference/commandline/exec/
title: docker exec
- path: /engine/reference/commandline/export/
title: docker export
- path: /engine/reference/commandline/history/
title: docker history
- sectiontitle: docker image *
section:
- path: /engine/reference/commandline/image/
title: docker image
- path: /engine/reference/commandline/image_build/
title: docker image build
- path: /engine/reference/commandline/image_history/
title: docker image history
- path: /engine/reference/commandline/image_import/
title: docker image import
- path: /engine/reference/commandline/image_inspect/
title: docker image inspect
- path: /engine/reference/commandline/image_load/
title: docker image load
- path: /engine/reference/commandline/image_ls/
title: docker image ls
- path: /engine/reference/commandline/image_prune/
title: docker image prune
- path: /engine/reference/commandline/image_pull/
title: docker image pull
- path: /engine/reference/commandline/image_push/
title: docker image push
- path: /engine/reference/commandline/image_rm/
title: docker image rm
- path: /engine/reference/commandline/image_save/
title: docker image save
- path: /engine/reference/commandline/image_tag/
title: docker image tag
- path: /engine/reference/commandline/images/
title: docker images
- path: /engine/reference/commandline/import/
title: docker import
- path: /engine/reference/commandline/info/
title: docker info
- path: /engine/reference/commandline/inspect/
title: docker inspect
- path: /engine/reference/commandline/kill/
title: docker kill
- path: /engine/reference/commandline/load/
title: docker load
- path: /engine/reference/commandline/login/
title: docker login
- path: /engine/reference/commandline/logout/
title: docker logout
- path: /engine/reference/commandline/logs/
title: docker logs
- sectiontitle: network *
section:
- path: /engine/reference/commandline/network/
title: docker network
- path: /engine/reference/commandline/network_connect/
title: network connect
title: docker network connect
- path: /engine/reference/commandline/network_create/
title: network create
title: docker network create
- path: /engine/reference/commandline/network_disconnect/
title: network disconnect
title: docker network disconnect
- path: /engine/reference/commandline/network_inspect/
title: network inspect
title: docker network inspect
- path: /engine/reference/commandline/network_ls/
title: network ls
title: docker network ls
- path: /engine/reference/commandline/network_prune/
title: docker network prune
- path: /engine/reference/commandline/network_rm/
title: network rm
title: docker network rm
- sectiontitle: docker node *
section:
- path: /engine/reference/commandline/node/
title: docker node
- path: /engine/reference/commandline/node_demote/
title: node demote
title: docker node demote
- path: /engine/reference/commandline/node_inspect/
title: node inspect
title: docker node inspect
- path: /engine/reference/commandline/node_ls/
title: node ls
title: docker node ls
- path: /engine/reference/commandline/node_promote/
title: node promote
title: docker node promote
- path: /engine/reference/commandline/node_ps/
title: node ps
title: docker node ps
- path: /engine/reference/commandline/node_rm/
title: node rm
title: docker node rm
- path: /engine/reference/commandline/node_update/
title: node update
- path: /engine/reference/commandline/pause/
title: pause
title: docker node update
- path: /engine/reference/commandline/pause/
title: docker pause
- sectiontitle: docker plugin *
section:
- path: /engine/reference/commandline/plugin/
title: docker plugin
- path: /engine/reference/commandline/plugin_create/
title: docker plugin disable
- path: /engine/reference/commandline/plugin_disable/
title: plugin disable
title: docker plugin disable
- path: /engine/reference/commandline/plugin_enable/
title: plugin enable
title: docker plugin enable
- path: /engine/reference/commandline/plugin_inspect/
title: plugin inspect
title: docker plugin inspect
- path: /engine/reference/commandline/plugin_install/
title: plugin install
title: docker plugin install
- path: /engine/reference/commandline/plugin_ls/
title: plugin ls
title: docker plugin ls
- path: /engine/reference/commandline/plugin_rm/
title: plugin rm
- path: /engine/reference/commandline/port/
title: port
- path: /engine/reference/commandline/ps/
title: ps
- path: /engine/reference/commandline/pull/
title: pull
- path: /engine/reference/commandline/push/
title: push
- path: /engine/reference/commandline/rename/
title: rename
- path: /engine/reference/commandline/restart/
title: restart
- path: /engine/reference/commandline/rm/
title: rm
- path: /engine/reference/commandline/rmi/
title: rmi
- path: /engine/reference/commandline/run/
title: run
- path: /engine/reference/commandline/save/
title: save
- path: /engine/reference/commandline/search/
title: search
title: docker plugin rm
- path: /engine/reference/commandline/plugin_set/
title: docker plugin set
- path: /engine/reference/commandline/port/
title: docker port
- path: /engine/reference/commandline/ps/
title: docker ps
- path: /engine/reference/commandline/pull/
title: docker pull
- path: /engine/reference/commandline/push/
title: docker push
- path: /engine/reference/commandline/rename/
title: docker rename
- path: /engine/reference/commandline/restart/
title: docker restart
- path: /engine/reference/commandline/rm/
title: docker rm
- path: /engine/reference/commandline/rmi/
title: docker rmi
- path: /engine/reference/commandline/run/
title: docker run
- path: /engine/reference/commandline/save/
title: docker save
- path: /engine/reference/commandline/search/
title: docker search
- sectiontitle: docker secret *
section:
- path: /engine/reference/commandline/secret/
title: docker secret
- path: /engine/reference/commandline/secret_create/
title: docker secret create
- path: /engine/reference/commandline/secret_inspect/
title: docker secret inspect
- path: /engine/reference/commandline/secret_ls/
title: docker secret ls
- path: /engine/reference/commandline/secret_rm/
title: docker secret rm
- sectiontitle: docker service *
section:
- path: /engine/reference/commandline/service/
title: docker service
- path: /engine/reference/commandline/service_create/
title: service create
title: docker service create
- path: /engine/reference/commandline/service_inspect/
title: service inspect
title: docker service inspect
- path: /engine/reference/commandline/service_logs/
title: docker service logs
- path: /engine/reference/commandline/service_ls/
title: service ls
title: docker service ls
- path: /engine/reference/commandline/service_ps/
title: service ps
title: docker service ps
- path: /engine/reference/commandline/service_rm/
title: service rm
title: docker service rm
- path: /engine/reference/commandline/service_scale/
title: service scale
title: docker service scale
- path: /engine/reference/commandline/service_update/
title: service update
title: docker service update
- sectiontitle: docker stack *
section:
- path: /engine/reference/commandline/stack/
title: docker stack
- path: /engine/reference/commandline/stack_config/
title: stack config
title: docker stack config
- path: /engine/reference/commandline/stack_deploy/
title: stack deploy
title: docker stack deploy
- path: /engine/reference/commandline/stack_rm/
title: stack rm
title: docker stack rm
- path: /engine/reference/commandline/stack_services/
title: stack services
- path: /engine/reference/commandline/start/
title: start
- path: /engine/reference/commandline/stats/
title: stats
- path: /engine/reference/commandline/stop/
title: stop
title: docker stack services
- path: /engine/reference/commandline/stack_tasks/
title: docker stack tasks
- path: /engine/reference/commandline/start/
title: docker start
- path: /engine/reference/commandline/stats/
title: docker stats
- path: /engine/reference/commandline/stop/
title: docker stop
- sectiontitle: docker swarm *
setcion:
- path: /engine/reference/commandline/swarm/
title: docker swarm
- path: /engine/reference/commandline/swarm_init/
title: swarm init
title: docker swarm init
- path: /engine/reference/commandline/swarm_join-token/
title: docker swarm join-token
- path: /engine/reference/commandline/swarm_join/
title: swarm join
- path: /engine/reference/commandline/swarm_join_token/
title: swarm join-token
title: docker swarm join
- path: /engine/reference/commandline/swarm_leave/
title: swarm leave
title: docker swarm leave
- path: /engine/reference/commandline/swarm_unlock-key/
title: docker swarm unlock-key
- path: /engine/reference/commandline/swarm_unlock/
title: docker swarm unlock
- path: /engine/reference/commandline/swarm_update/
title: swarm update
- path: /engine/reference/commandline/tag/
title: tag
- path: /engine/reference/commandline/top/
title: top
- path: /engine/reference/commandline/unpause/
title: unpause
- path: /engine/reference/commandline/update/
title: update
- path: /engine/reference/commandline/version/
title: version
title: docker swarm update
- sectiontitle: docker system *
section:
- path: /engine/reference/commandline/system/
title: docker system
- path: /engine/reference/commandline/system_df/
title: docker system df
- path: /engine/reference/commandline/system_events/
title: docker system events
- path: /engine/reference/commandline/system_info/
title: docker system info
- path: /engine/reference/commandline/system_prune/
title: docker system prune
- path: /engine/reference/commandline/tag/
title: docker tag
- path: /engine/reference/commandline/top/
title: docker top
- path: /engine/reference/commandline/unpause/
title: docker unpause
- path: /engine/reference/commandline/update/
title: docker update
- path: /engine/reference/commandline/version/
title: docker version
- sectiontitle: docker volume *
section:
- path: /engine/reference/commandline/volume_create/
title: volume create
title: docker volume create
- path: /engine/reference/commandline/volume_inspect/
title: volume inspect
title: docker volume inspect
- path: /engine/reference/commandline/volume_ls/
title: volume ls
title: docker volume ls
- path: /engine/reference/commandline/volume_prune/
title: docker volume ls
- path: /engine/reference/commandline/volume_rm/
title: volume rm
- path: /engine/reference/commandline/wait/
title: wait
title: docker volume rm
- path: /engine/reference/commandline/wait/
title: docker wait
- sectiontitle: Engine API
section:
- path: /engine/api/
@ -557,14 +703,14 @@ toc:
title: v1.19 reference
- path: /engine/api/v1.18/
title: v1.18 reference
- path: /engine/migration/
title: Migrate to Engine 1.10
- path: /engine/breaking_changes/
title: Breaking changes
- path: /engine/deprecated/
title: Deprecated Engine Features
- path: /engine/faq/
title: FAQ
- path: /engine/migration/
title: Migrate to Engine 1.10
- path: /engine/breaking_changes/
title: Breaking changes
- path: /engine/deprecated/
title: Deprecated Engine Features
- path: /engine/faq/
title: FAQ
- sectiontitle: Docker Compose
section:
- path: /compose/overview/

69
_includes/cli.md Normal file
View File

@ -0,0 +1,69 @@
{% capture tabChar %} {% endcapture %}<!-- Make sure atom is using hard tabs -->
{% capture dockerBaseDesc %}The base command for the Docker CLI.{% endcapture %}
{% if page.datafolder and page.datafile %}
## Description
{% if page.datafile=="docker" %}<!-- docker.yaml is textless, so override -->
{{ dockerBaseDesc }}
{% else %}
{{ site.data[page.datafolder][page.datafile].short }}
{% endif %}
{% if site.data[page.datafolder][page.datafile].usage %}
## Usage
```shell
{{ site.data[page.datafolder][page.datafile].usage | replace: tabChar,"" | strip }}{% if site.data[page.datafolder][page.datafile].cname %} COMMAND{% endif %}
```
{% endif %}
{% if site.data[page.datafolder][page.datafile].options %}
## Options
| Name, shorthand | Default | Description |
| ---- | ------- | ----------- |{% for option in site.data[page.datafolder][page.datafile].options %}
| `--{{ option.option }}{% if option.shorthand %}, -{{ option.shorthand }}{% endif %}` | {% if option.default_value and option.default_value != "[]" %}`{{ option.default_value }}`{% endif %} | {{ option.description | replace: "|","&#124;" | strip }} | {% endfor %}
{% endif %}
{% if site.data[page.datafolder][page.datafile].cname %}
## Child commands
| Command | Description |
| ------- | ----------- |{% for command in site.data[page.datafolder][page.datafile].cname %}{% capture dataFileName %}{{ command | strip | replace: " ","_" }}{% endcapture %}
| [{{ command }}]({{ dataFileName | replace: "docker_","" }}/) | {{ site.data[page.datafolder][dataFileName].short }} |{% endfor %}
{% endif %}
{% if site.data[page.datafolder][page.datafile].pname and site.data[page.datafolder][page.datafile].pname != page.datafile %}
## Parent command
{% capture parentfile %}{{ site.data[page.datafolder][page.datafile].plink | replace: ".yaml", "" | replace: "docker_","" }}{% endcapture %}
{% capture parentdatafile %}{{ site.data[page.datafolder][page.datafile].plink | replace: ".yaml", "" }}{% endcapture %}
{% if site.data[page.datafolder][page.datafile].pname == "docker" %}
{% capture parentDesc %}{{ dockerBaseDesc }}{% endcapture %}
{% else %}
{% capture parentDesc %}{{ site.data[page.datafolder][parentdatafile].short }}{% endcapture %}
{% endif %}
| Command | Description |
| ------- | ----------- |
| [{{ site.data[page.datafolder][page.datafile].pname }}]({{ parentfile }}) | {{ parentDesc }}|
{% endif %}
{% if site.data[page.datafolder][page.datafile].long != site.data[page.datafolder][page.datafile].short %}
## Extended description
{{ site.data[page.datafolder][page.datafile].long }}
{% endif %}
{% endif %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_attach
title: docker attach
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_build
title: docker build
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_commit
title: docker commit
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container
title: docker container
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_attach
title: docker container attach
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_commit
title: docker container commit
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_cp
title: docker container cp
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_create
title: docker container create
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_diff
title: docker container diff
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_exec
title: docker container exec
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_export
title: docker container export
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_inspect
title: docker container inspect
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_kill
title: docker container kill
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_logs
title: docker container logs
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_ls
title: docker container ls
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_pause
title: docker container pause
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_port
title: docker container port
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -1,41 +1,15 @@
<!--[metadata]>
+++
title = "container prune"
description = "Remove all stopped containers"
keywords = [container, prune, delete, remove]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
datafolder: engine-cli
datafile: docker_container_prune
title: docker container prune
---
# container prune
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
```markdown
Usage: docker container prune [OPTIONS]
https://www.github.com/docker/docker
-->
Remove all stopped containers
Options:
-f, --force Do not prompt for confirmation
--help Print usage
```
## Examples
```bash
$ docker container prune
WARNING! This will remove all stopped containers.
Are you sure you want to continue? [y/N] y
Deleted Containers:
4a7f7eebae0f63178aff7eb0aa39cd3f0627a203ab2df258c1a00b456cf20063
f98f9c2aa1eaf727e4ec9c0283bc7d4aa4762fbdba7f26191f26c97f64090360
Total reclaimed space: 212 B
```
## Related information
* [system df](system_df.md)
* [volume prune](volume_prune.md)
* [image prune](image_prune.md)
* [system prune](system_prune.md)
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_rename
title: docker container rename
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_restart
title: docker container restart
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_rm
title: docker container rm
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_run
title: docker container run
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_start
title: docker container start
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_stats
title: docker container stats
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_stop
title: docker container stop
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_top
title: docker container top
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_unpause
title: docker container unpause
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_update
title: docker container update
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_container_wait
title: docker container wait
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_cp
title: docker cp
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_create
title: docker create
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_deploy
title: docker deploy
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_diff
title: docker diff
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,17 @@
---
datafolder: engine-cli
datafile: docker
title: docker
redirect_from:
- /engine/reference/commandline/
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,22 @@
---
redirect_from:
- /reference/commandline/dockerd/
- /reference/commandline/daemon/
- /engine/reference/commandline/daemon/
description: The daemon command description and usage
keywords:
- container, daemon, runtime
title: dockerd
datafolder: dockerd-cli
datafile: dockerd
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_events
title: docker events
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_exec
title: docker exec
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_export
title: docker export
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_history
title: docker history
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image
title: docker image
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_build
title: docker image build
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_history
title: docker image history
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_import
title: docker image import
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_inspect
title: docker image inspect
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_load
title: docker image load
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_ls
title: docker image ls
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -1,65 +1,15 @@
<!--[metadata]>
+++
title = "image prune"
description = "Remove all stopped images"
keywords = [image, prune, delete, remove]
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
datafolder: engine-cli
datafile: docker_image_prune
title: docker image prune
---
# image prune
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
```markdown
Usage: docker image prune [OPTIONS]
https://www.github.com/docker/docker
-->
Remove unused images
Options:
-a, --all Remove all unused images, not just dangling ones
-f, --force Do not prompt for confirmation
--help Print usage
```
Remove all dangling images. If `-a` is specified, will also remove all images not referenced by any container.
Example output:
```bash
$ docker image prune -a
WARNING! This will remove all images without at least one container associated to them.
Are you sure you want to continue? [y/N] y
Deleted Images:
untagged: alpine:latest
untagged: alpine@sha256:3dcdb92d7432d56604d4545cbd324b14e647b313626d99b889d0626de158f73a
deleted: sha256:4e38e38c8ce0b8d9041a9c4fefe786631d1416225e13b0bfe8cfa2321aec4bba
deleted: sha256:4fe15f8d0ae69e169824f25f1d4da3015a48feeeeebb265cd2e328e15c6a869f
untagged: alpine:3.3
untagged: alpine@sha256:4fa633f4feff6a8f02acfc7424efd5cb3e76686ed3218abf4ca0fa4a2a358423
untagged: my-jq:latest
deleted: sha256:ae67841be6d008a374eff7c2a974cde3934ffe9536a7dc7ce589585eddd83aff
deleted: sha256:34f6f1261650bc341eb122313372adc4512b4fceddc2a7ecbb84f0958ce5ad65
deleted: sha256:cf4194e8d8db1cb2d117df33f2c75c0369c3a26d96725efb978cc69e046b87e7
untagged: my-curl:latest
deleted: sha256:b2789dd875bf427de7f9f6ae001940073b3201409b14aba7e5db71f408b8569e
deleted: sha256:96daac0cb203226438989926fc34dd024f365a9a8616b93e168d303cfe4cb5e9
deleted: sha256:5cbd97a14241c9cd83250d6b6fc0649833c4a3e84099b968dd4ba403e609945e
deleted: sha256:a0971c4015c1e898c60bf95781c6730a05b5d8a2ae6827f53837e6c9d38efdec
deleted: sha256:d8359ca3b681cc5396a4e790088441673ed3ce90ebc04de388bfcd31a0716b06
deleted: sha256:83fc9ba8fb70e1da31dfcc3c88d093831dbd4be38b34af998df37e8ac538260c
deleted: sha256:ae7041a4cc625a9c8e6955452f7afe602b401f662671cea3613f08f3d9343b35
deleted: sha256:35e0f43a37755b832f0bbea91a2360b025ee351d7309dae0d9737bc96b6d0809
deleted: sha256:0af941dd29f00e4510195dd00b19671bc591e29d1495630e7e0f7c44c1e6a8c0
deleted: sha256:9fc896fc2013da84f84e45b3096053eb084417b42e6b35ea0cce5a3529705eac
deleted: sha256:47cf20d8c26c46fff71be614d9f54997edacfe8d46d51769706e5aba94b16f2b
deleted: sha256:2c675ee9ed53425e31a13e3390bf3f539bf8637000e4bcfbb85ee03ef4d910a1
Total reclaimed space: 16.43 MB
```
## Related information
* [system df](system_df.md)
* [container prune](container_prune.md)
* [volume prune](volume_prune.md)
* [system prune](system_prune.md)
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_pull
title: docker image pull
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_push
title: docker image push
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_rm
title: docker image rm
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_save
title: docker image save
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,15 @@
---
datafolder: engine-cli
datafile: docker_image_tag
title: docker image tag
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_images
title: docker images
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_import
title: docker import
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_info
title: docker info
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_inspect
title: docker inspect
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_kill
title: docker kill
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_load
title: docker load
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_login
title: docker login
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_logout
title: docker logout
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_logs
title: docker logs
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_network
title: docker network
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_network_connect
title: docker network connect
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_network_create
title: docker network create
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_network_disconnect
title: docker network disconnect
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_network_inspect
title: docker network inspect
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_network_ls
title: docker network ls
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_network_prune
title: docker network prune
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_network_rm
title: docker network rm
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_node
title: docker node
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_node_demote
title: docker node demote
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_node_inspect
title: docker node inspect
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_node_ls
title: docker node ls
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_node_promote
title: docker node promote
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_node_ps
title: docker node ps
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_node_rm
title: docker node rm
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_node_update
title: docker node update
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_pause
title: docker pause
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin
title: docker plugin
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin_create
title: docker plugin create
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin_disable
title: docker plugin disable
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin_enable
title: docker plugin enable
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin_inspect
title: docker plugin inspect
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin_install
title: docker plugin install
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin_ls
title: docker plugin ls
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin_push
title: docker plugin push
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin_rm
title: docker plugin rm
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_plugin_set
title: docker plugin set
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_port
title: docker port
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_ps
title: docker ps
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_pull
title: docker pull
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_push
title: docker push
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_rename
title: docker rename
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_restart
title: docker restart
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_rm
title: docker rm
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

View File

@ -0,0 +1,13 @@
---
datafolder: engine-cli
datafile: docker_rmi
title: docker rmi
---
<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://www.github.com/docker/docker
-->
{% include cli.md %}

Some files were not shown because too many files have changed in this diff Show More