mirror of
https://github.com/docker/cli.git
synced 2026-08-30 02:24:27 -05:00
d6696485ffb8a46c9555db59c77e405128762ed6
docker volume behave like docker network
Before, typing `docker volume` with no args would forward to the handler for `docker volume ls`, except the flags for the `ls` subcommand were not supported. Instead just print the cmd usage. This makes the behavior of the `docker volume` subcommand behave exactly like the `docker network` subcommand. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 2feebd95d33c4eb4073f5477860491626a9c19c6 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%