瀏覽代碼

bash completion for `docker {run,create,network connect} --link-local-ip`

Signed-off-by: Harald Albers <github@albersweb.de>
Harald Albers 9 年之前
父節點
當前提交
98483f57ed
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      contrib/completion/bash/docker

+ 2 - 0
contrib/completion/bash/docker

@@ -1355,6 +1355,7 @@ _docker_network_connect() {
 		--ip
 		--ip
 		--ip6
 		--ip6
 		--link
 		--link
+		--link-local-ip
 	"
 	"
 
 
 	local boolean_options="
 	local boolean_options="
@@ -2157,6 +2158,7 @@ _docker_run() {
 		--label-file
 		--label-file
 		--label -l
 		--label -l
 		--link
 		--link
+		--link-local-ip
 		--log-driver
 		--log-driver
 		--log-opt
 		--log-opt
 		--mac-address
 		--mac-address