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

Signed-off-by: Harald Albers <github@albersweb.de>
master
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
--group-add
--hostname -h
--init-path
--ip
--ip6
--ipc
@ -1461,7 +1462,7 @@ _docker_container_run() {
__docker_complete_capabilities_droppable
return
;;
--cidfile|--env-file|--label-file)
--cidfile|--env-file|--init-path|--label-file)
_filedir
return
;;