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

Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit b7a32e1780)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
Harald Albers 2017-04-27 11:02:33 +02:00 committed by Victor Vieux
parent 26d3cebaba
commit 9986762bc7
1 changed files with 1 additions and 2 deletions

View File

@ -1512,7 +1512,6 @@ _docker_container_run_and_create() {
--expose
--group-add
--hostname -h
--init-path
--ip
--ip6
--ipc
@ -1636,7 +1635,7 @@ _docker_container_run_and_create() {
__docker_complete_capabilities_droppable
return
;;
--cidfile|--env-file|--init-path|--label-file)
--cidfile|--env-file|--label-file)
_filedir
return
;;