mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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:
committed by
Victor Vieux
parent
26d3cebaba
commit
9986762bc7
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user