mirror of https://github.com/docker/cli.git
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
|
||||
--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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue