mirror of https://github.com/docker/cli.git
update docs usage output to match new format
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
7f3717bd2a
commit
e6ef3349f6
|
@ -7,7 +7,7 @@ keywords: container, prune, delete, remove
|
||||||
# container prune
|
# container prune
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker container prune [OPTIONS]
|
Usage: docker container prune [OPTIONS]
|
||||||
|
|
||||||
Remove all stopped containers
|
Remove all stopped containers
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "image, prune, delete, remove"
|
||||||
# image prune
|
# image prune
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker image prune [OPTIONS]
|
Usage: docker image prune [OPTIONS]
|
||||||
|
|
||||||
Remove unused images
|
Remove unused images
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "network, create"
|
||||||
# network create
|
# network create
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker network create [OPTIONS] NETWORK
|
Usage: docker network create [OPTIONS] NETWORK
|
||||||
|
|
||||||
Create a network
|
Create a network
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "network, prune, delete"
|
||||||
# network prune
|
# network prune
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker network prune [OPTIONS]
|
Usage: docker network prune [OPTIONS]
|
||||||
|
|
||||||
Remove all unused networks
|
Remove all unused networks
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "node, remove"
|
||||||
# node rm
|
# node rm
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker node rm [OPTIONS] NODE [NODE...]
|
Usage: docker node rm [OPTIONS] NODE [NODE...]
|
||||||
|
|
||||||
Remove one or more nodes from the swarm
|
Remove one or more nodes from the swarm
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "plugin, inspect"
|
||||||
# plugin inspect
|
# plugin inspect
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker plugin inspect [OPTIONS] PLUGIN [PLUGIN...]
|
Usage: docker plugin inspect [OPTIONS] PLUGIN [PLUGIN...]
|
||||||
|
|
||||||
Display detailed information on one or more plugins
|
Display detailed information on one or more plugins
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ keywords: "plugin, push"
|
||||||
---
|
---
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker plugin push [OPTIONS] PLUGIN[:TAG]
|
Usage: docker plugin push [OPTIONS] PLUGIN[:TAG]
|
||||||
|
|
||||||
Push a plugin to a registry
|
Push a plugin to a registry
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: ["secret, create"]
|
||||||
# secret create
|
# secret create
|
||||||
|
|
||||||
```Markdown
|
```Markdown
|
||||||
Usage: docker secret create [OPTIONS] SECRET [file|-]
|
Usage: docker secret create [OPTIONS] SECRET [file|-]
|
||||||
|
|
||||||
Create a secret from a file or STDIN as content
|
Create a secret from a file or STDIN as content
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: ["secret, ls"]
|
||||||
# secret ls
|
# secret ls
|
||||||
|
|
||||||
```Markdown
|
```Markdown
|
||||||
Usage: docker secret ls [OPTIONS]
|
Usage: docker secret ls [OPTIONS]
|
||||||
|
|
||||||
List secrets
|
List secrets
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: ["secret, rm"]
|
||||||
# secret rm
|
# secret rm
|
||||||
|
|
||||||
```Markdown
|
```Markdown
|
||||||
Usage: docker secret rm SECRET [SECRET...]
|
Usage: docker secret rm SECRET [SECRET...]
|
||||||
|
|
||||||
Remove one or more secrets
|
Remove one or more secrets
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "service, ls"
|
||||||
# service ls
|
# service ls
|
||||||
|
|
||||||
```Markdown
|
```Markdown
|
||||||
Usage: docker service ls [OPTIONS]
|
Usage: docker service ls [OPTIONS]
|
||||||
|
|
||||||
List services
|
List services
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "service, rm"
|
||||||
# service rm
|
# service rm
|
||||||
|
|
||||||
```Markdown
|
```Markdown
|
||||||
Usage: docker service rm SERVICE [SERVICE...]
|
Usage: docker service rm SERVICE [SERVICE...]
|
||||||
|
|
||||||
Remove one or more services
|
Remove one or more services
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "service, rollback"
|
||||||
# service rollback
|
# service rollback
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker service rollback SERVICE
|
Usage: docker service rollback SERVICE
|
||||||
|
|
||||||
Revert changes to a service's configuration
|
Revert changes to a service's configuration
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "stack, ls"
|
||||||
# stack ls
|
# stack ls
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker stack ls [OPTIONS]
|
Usage: docker stack ls [OPTIONS]
|
||||||
|
|
||||||
List stacks
|
List stacks
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "stack, services"
|
||||||
# stack services
|
# stack services
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker stack services [OPTIONS] STACK
|
Usage: docker stack services [OPTIONS] STACK
|
||||||
|
|
||||||
List the services in the stack
|
List the services in the stack
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "swarm, ca"
|
||||||
# swarm ca
|
# swarm ca
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker swarm ca [OPTIONS]
|
Usage: docker swarm ca [OPTIONS]
|
||||||
|
|
||||||
Manage root CA
|
Manage root CA
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "swarm, join-token"
|
||||||
# swarm join-token
|
# swarm join-token
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker swarm join-token [OPTIONS] (worker|manager)
|
Usage: docker swarm join-token [OPTIONS] (worker|manager)
|
||||||
|
|
||||||
Manage join tokens
|
Manage join tokens
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "swarm, leave"
|
||||||
# swarm leave
|
# swarm leave
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker swarm leave [OPTIONS]
|
Usage: docker swarm leave [OPTIONS]
|
||||||
|
|
||||||
Leave the swarm
|
Leave the swarm
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "swarm, unlock-key"
|
||||||
# swarm unlock-key
|
# swarm unlock-key
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker swarm unlock-key [OPTIONS]
|
Usage: docker swarm unlock-key [OPTIONS]
|
||||||
|
|
||||||
Manage the unlock key
|
Manage the unlock key
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "swarm, unlock"
|
||||||
# swarm unlock
|
# swarm unlock
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker swarm unlock
|
Usage: docker swarm unlock
|
||||||
|
|
||||||
Unlock swarm
|
Unlock swarm
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "system, data, usage, disk"
|
||||||
# system df
|
# system df
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker system df [OPTIONS]
|
Usage: docker system df [OPTIONS]
|
||||||
|
|
||||||
Show docker filesystem usage
|
Show docker filesystem usage
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "system, prune, delete, remove"
|
||||||
# system prune
|
# system prune
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker system prune [OPTIONS]
|
Usage: docker system prune [OPTIONS]
|
||||||
|
|
||||||
Remove unused data
|
Remove unused data
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "key, notary, trust"
|
||||||
# trust key load
|
# trust key load
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker trust key load [OPTIONS] KEYFILE
|
Usage: docker trust key load [OPTIONS] KEYFILE
|
||||||
|
|
||||||
Load a private key file for signing
|
Load a private key file for signing
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "signer, notary, trust"
|
||||||
# trust signer add
|
# trust signer add
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker trust signer add [OPTIONS] NAME REPOSITORY [REPOSITORY...]
|
Usage: docker trust signer add [OPTIONS] NAME REPOSITORY [REPOSITORY...]
|
||||||
|
|
||||||
Add a signer
|
Add a signer
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "signer, notary, trust"
|
||||||
# trust signer remove
|
# trust signer remove
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker trust signer remove [OPTIONS] NAME REPOSITORY [REPOSITORY...]
|
Usage: docker trust signer remove [OPTIONS] NAME REPOSITORY [REPOSITORY...]
|
||||||
|
|
||||||
Remove a signer
|
Remove a signer
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ keywords: "volume, prune, delete"
|
||||||
# volume prune
|
# volume prune
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker volume prune [OPTIONS]
|
Usage: docker volume prune [OPTIONS]
|
||||||
|
|
||||||
Remove all unused local volumes
|
Remove all unused local volumes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue