mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add completion for stats.
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
parent
94e169b44f
commit
b3dfe1a63a
1 changed files with 5 additions and 0 deletions
|
@ -789,6 +789,10 @@ _docker_start() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_docker_stats() {
|
||||||
|
__docker_containers_running
|
||||||
|
}
|
||||||
|
|
||||||
_docker_stop() {
|
_docker_stop() {
|
||||||
case "$prev" in
|
case "$prev" in
|
||||||
--time|-t)
|
--time|-t)
|
||||||
|
@ -886,6 +890,7 @@ _docker() {
|
||||||
save
|
save
|
||||||
search
|
search
|
||||||
start
|
start
|
||||||
|
stats
|
||||||
stop
|
stop
|
||||||
tag
|
tag
|
||||||
top
|
top
|
||||||
|
|
Loading…
Add table
Reference in a new issue