Remove bash completion for run|create --init-path
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
38dcfad556
commit
40d3bb4985
@ -1512,7 +1512,6 @@ _docker_container_run_and_create() {
|
|||||||
--expose
|
--expose
|
||||||
--group-add
|
--group-add
|
||||||
--hostname -h
|
--hostname -h
|
||||||
--init-path
|
|
||||||
--ip
|
--ip
|
||||||
--ip6
|
--ip6
|
||||||
--ipc
|
--ipc
|
||||||
@ -1636,7 +1635,7 @@ _docker_container_run_and_create() {
|
|||||||
__docker_complete_capabilities_droppable
|
__docker_complete_capabilities_droppable
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--cidfile|--env-file|--init-path|--label-file)
|
--cidfile|--env-file|--label-file)
|
||||||
_filedir
|
_filedir
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user