docs/compose/cli
Reilly Herrewig-Pope fc203d643a Allow API version specification via env var
Hard-coding the API version to '1.18' with the docker-py constructor will
cause the docker-py logic at
https://github.com/docker/docker-py/blob/master/docker/client.py#L143-L146
to always fail, which will cause authentication issues if you're using a
remote daemon using API version 1.19 - regardless of the API version of
the registry.

Allow the user to set the API version via an environment variable. If
the variable is not present, it will still default to '1.18' like it
does today.

Signed-off-by: Reilly Herrewig-Pope <reilly.herrewigpope@mandiant.com>
2015-07-29 08:44:47 -04:00
..
__init__.py WIP: rename Fig to Compose 2015-01-20 21:00:23 +00:00
colors.py WIP: rename Fig to Compose 2015-01-20 21:00:23 +00:00
command.py Support reading config from stdin. 2015-07-02 22:16:22 -04:00
docker_client.py Allow API version specification via env var 2015-07-29 08:44:47 -04:00
docopt_command.py Fix 'docker-compose help migrate-to-labels' 2015-06-19 15:43:53 -07:00
errors.py Support reading config from stdin. 2015-07-02 22:16:22 -04:00
formatter.py change 80 to 0 2015-07-14 12:31:00 -06:00
log_printer.py Move several steps closer to python3 compatibility 2015-02-28 23:26:20 +02:00
main.py Deprecate --allow-insecure-ssl 2015-07-23 10:56:21 +01:00
multiplexer.py WIP: rename Fig to Compose 2015-01-20 21:00:23 +00:00
utils.py Report Python and OpenSSL versions in --version output 2015-06-01 17:55:31 +01:00
verbose_proxy.py WIP: rename Fig to Compose 2015-01-20 21:00:23 +00:00