mirror of https://github.com/docker/cli.git
Add bash completion for `run|create --init-path`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
3cb11c99b3
commit
128549e354
|
@ -1345,6 +1345,7 @@ _docker_container_run() {
|
|||
--expose
|
||||
--group-add
|
||||
--hostname -h
|
||||
--init-path
|
||||
--ip
|
||||
--ip6
|
||||
--ipc
|
||||
|
@ -1461,7 +1462,7 @@ _docker_container_run() {
|
|||
__docker_complete_capabilities_droppable
|
||||
return
|
||||
;;
|
||||
--cidfile|--env-file|--label-file)
|
||||
--cidfile|--env-file|--init-path|--label-file)
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue