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
|
||||
}
|
||||
|
||||
_docker_stats() {
|
||||
__docker_containers_running
|
||||
}
|
||||
|
||||
_docker_stop() {
|
||||
case "$prev" in
|
||||
--time|-t)
|
||||
|
@ -886,6 +890,7 @@ _docker() {
|
|||
save
|
||||
search
|
||||
start
|
||||
stats
|
||||
stop
|
||||
tag
|
||||
top
|
||||
|
|
Loading…
Add table
Reference in a new issue