compose/contrib
Andre Eriksson d990f7899c zsh autocomplete: pass all relevant flags to docker-compose/docker
For autocomplete to work properly, we need to pass along some flags when
calling docker (--host, --tls, …) and docker-compose (--file, --tls, …).

Previously flags would only be passed to docker-compose, and the only
flags passed were --file and --project-name.

This commit makes sure that all relevant flags are passed to both
docker-compose and docker.

Signed-off-by: Andre Eriksson <aepubemail@gmail.com>
2016-06-27 11:00:17 -07:00
..
completion zsh autocomplete: pass all relevant flags to docker-compose/docker 2016-06-27 11:00:17 -07:00
migration Merge pull request #2932 from AvdN/patch-1 2016-02-18 09:25:02 -08:00