Closed jverhoeven closed 9 years ago
LGTM. Could you squash your commits together?
By the way make sure your host_config
change is compatible with the version of docker-py
that is listed in requirements.txt
(otherwise it needs to be bumped up to match)
Ok. Squashed it. Ran the tests with docker-py 1.3.0 which the current minimum and checked the release notes. Seems all ok.
Thanks!
Added host_config to support log config. Added all start parameters to host_config as well, since they are deprecated on the container.start() and cause incorrect behavior. Removed the parameters from container start.