Add bash completion for `run|create --init-path`

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2017-01-19 08:33:05 -08:00 committed by Tibor Vass
parent 3cb11c99b3
commit 128549e354
1 changed files with 2 additions and 1 deletions

View File

@ -1345,6 +1345,7 @@ _docker_container_run() {
--expose --expose
--group-add --group-add
--hostname -h --hostname -h
--init-path
--ip --ip
--ip6 --ip6
--ipc --ipc
@ -1461,7 +1462,7 @@ _docker_container_run() {
__docker_complete_capabilities_droppable __docker_complete_capabilities_droppable
return return
;; ;;
--cidfile|--env-file|--label-file) --cidfile|--env-file|--init-path|--label-file)
_filedir _filedir
return return
;; ;;