1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit 182048f185)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Harald Albers 2017-01-19 08:33:05 -08:00 committed by Victor Vieux
parent ecd95a41d2
commit 880c12df7d

View file

@ -1327,6 +1327,7 @@ _docker_container_run() {
--expose
--group-add
--hostname -h
--init-path
--ip
--ip6
--ipc
@ -1439,7 +1440,7 @@ _docker_container_run() {
__docker_complete_capabilities
return
;;
--cidfile|--env-file|--label-file)
--cidfile|--env-file|--init-path|--label-file)
_filedir
return
;;