mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Add completion for stats.
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
Upstream-commit: e6158378b5
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
d76dbb5c6d
commit
b52831aaaf
@@ -789,6 +789,10 @@ _docker_start() {
|
||||
esac
|
||||
}
|
||||
|
||||
_docker_stats() {
|
||||
__docker_containers_running
|
||||
}
|
||||
|
||||
_docker_stop() {
|
||||
case "$prev" in
|
||||
--time|-t)
|
||||
@@ -886,6 +890,7 @@ _docker() {
|
||||
save
|
||||
search
|
||||
start
|
||||
stats
|
||||
stop
|
||||
tag
|
||||
top
|
||||
|
||||
Reference in New Issue
Block a user