Merge pull request #23798 from albers/completion--link-local-ip
bash completion for `docker {run,create,network connect} --link-local…
Upstream-commit: a7a0269624a2a2ef70031d1c114898c879608073
Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user