Browse Source

Add bash completion for `--context`

Signed-off-by: Harald Albers <[email protected]>
Harald Albers 5 years ago
parent
commit
9f6ac73c65
1 changed files with 1 additions and 0 deletions
  1. 1 0
      contrib/completion/bash/docker-compose

+ 1 - 0
contrib/completion/bash/docker-compose

@@ -603,6 +603,7 @@ _docker_compose() {
 		--tlsverify
 	"
 	local daemon_options_with_args="
+		--context -c
 		--env-file
 		--file -f
 		--host -H