Files
docker-docs/_data/engine-cli-edge/docker_volume.yaml
Misty Stanley-Jones 9c648cf079 Docker 17.05 docs (#3092)
* Add Netlify build script

* Pull 'edge' stuff from master for now

* Add env-regex logging opt (#2688)

* Update Dockerfile to pull from 17.05 branch

* Update YAML files from 17.05.x branch

* Add scaffolding for 17.05 content

* Document highlights for 17.05

* Add v1.29 API

* Document multi-stage builds
2017-05-05 19:50:22 +00:00

22 lines
466 B
YAML

command: docker volume
short: Manage volumes
long: |-
Manage volumes. You can use subcommands to create, inspect, list, remove, or
prune volumes.
usage: docker volume COMMAND
pname: docker
plink: docker.yaml
cname:
- docker volume create
- docker volume inspect
- docker volume ls
- docker volume prune
- docker volume rm
clink:
- docker_volume_create.yaml
- docker_volume_inspect.yaml
- docker_volume_ls.yaml
- docker_volume_prune.yaml
- docker_volume_rm.yaml