mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add bash completion for run|create --init-path
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
a3dff7c3db
commit
182048f185
1 changed files with 2 additions and 1 deletions
|
@ -1335,6 +1335,7 @@ _docker_container_run() {
|
||||||
--expose
|
--expose
|
||||||
--group-add
|
--group-add
|
||||||
--hostname -h
|
--hostname -h
|
||||||
|
--init-path
|
||||||
--ip
|
--ip
|
||||||
--ip6
|
--ip6
|
||||||
--ipc
|
--ipc
|
||||||
|
@ -1447,7 +1448,7 @@ _docker_container_run() {
|
||||||
__docker_complete_capabilities
|
__docker_complete_capabilities
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--cidfile|--env-file|--label-file)
|
--cidfile|--env-file|--init-path|--label-file)
|
||||||
_filedir
|
_filedir
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue