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>
(cherry picked from commit 182048f185
)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
ecd95a41d2
commit
880c12df7d
1 changed files with 2 additions and 1 deletions
|
@ -1327,6 +1327,7 @@ _docker_container_run() {
|
|||
--expose
|
||||
--group-add
|
||||
--hostname -h
|
||||
--init-path
|
||||
--ip
|
||||
--ip6
|
||||
--ipc
|
||||
|
@ -1439,7 +1440,7 @@ _docker_container_run() {
|
|||
__docker_complete_capabilities
|
||||
return
|
||||
;;
|
||||
--cidfile|--env-file|--label-file)
|
||||
--cidfile|--env-file|--init-path|--label-file)
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue