Merge pull request #10357 from jfrazelle/bash-completion-stats

Add completion for stats.
This commit is contained in:
Arnaud Porterie 2015-01-28 08:29:06 -08:00
commit f23c136a95

View file

@ -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