docs/compose
Mazz Mosley 42c890796b Use docker.client.create_host_config
create_host_config from docker.utils will be deprecated so that
the new create_host_config has access to the _version so
we can ensure that network_mode only gets set to 'default' by
default if the version is high enough and won't explode.

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
2015-09-17 17:11:00 +01:00
..
cli Refactor LogPrinter to make it immutable and remove logic from the constructor. 2015-09-11 12:56:56 -04:00
config Relax constraints on key naming for environment 2015-09-15 15:33:30 +01:00
__init__.py Bump 1.5.0dev 2015-08-11 18:41:21 +01:00
const.py HTTP_TIMEOUT as importable constant for consistency 2015-09-02 16:29:19 -07:00
container.py Fix warning message when a container uses a non-json log driver 2015-09-11 12:54:27 -04:00
legacy.py Remove flake8 ignores and wrap the longest lines to 140 char. 2015-08-26 12:53:11 -04:00
progress_stream.py Update unit tests for stream_output to match the behaviour of a docker-py response. 2015-08-25 10:48:48 -04:00
project.py Add enum34 and use it to create a ConvergenceStrategy enum. 2015-09-04 10:45:53 -04:00
service.py Use docker.client.create_host_config 2015-09-17 17:11:00 +01:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Fixes #1955 - Handle unexpected errors, but don't ignore background threads. 2015-09-11 17:41:10 -04:00