mirror of https://github.com/docker/cli.git
bash completion for `docker {run,create,network connect} --link-local-ip`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
5846f66bf2
commit
ef5f8ec503
|
@ -1355,6 +1355,7 @@ _docker_network_connect() {
|
|||
--ip
|
||||
--ip6
|
||||
--link
|
||||
--link-local-ip
|
||||
"
|
||||
|
||||
local boolean_options="
|
||||
|
@ -2157,6 +2158,7 @@ _docker_run() {
|
|||
--label-file
|
||||
--label -l
|
||||
--link
|
||||
--link-local-ip
|
||||
--log-driver
|
||||
--log-opt
|
||||
--mac-address
|
||||
|
|
Loading…
Reference in New Issue