Fix #512 Bash autocompletion works incorrect with inspect

Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit a2d0b6e122)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Harald Albers
2017-12-15 13:41:14 -08:00
committed by Sebastiaan van Stijn
parent b63dd43fb3
commit b827146463
@@ -2866,6 +2866,7 @@ _docker_inspect() {
$(__docker_services)
$(__docker_volumes)
" -- "$cur" ) )
__ltrim_colon_completions "$cur"
;;
container)
__docker_complete_containers_all