1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

Add bash completion for run|create --init-path

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 128549e354
Component: cli
This commit is contained in:
Harald Albers
2017-01-19 08:33:05 -08:00
committed by Tibor Vass
parent 9481afb436
commit 06c63bc763

View File

@@ -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
;;