Skip to content

Conversation

nicgrayson
Copy link

This makes it so you can define a container like this:

test:
image: foo
dns: ip.ad.re.ss

Note: This removes the warnings from docker/docker-py#245 regarding dns being deprecated in docker api 1.12

Signed-off-by: Nic Grayson <[email protected]>
@aanand
Copy link

aanand commented Jul 3, 2014

Thanks. Not sure about those warnings being removed though - we don't want to diverge from docker-py without pushing changes upstream.

I think we should pass an explicit API version when instantiating the docker-py client, and not support earlier daemons which expect dns (or volumes_from, for that matter) to be passed on creation.

@aanand
Copy link

aanand commented Jul 23, 2014

Obsoleted by 140ced6, I believe.

@aanand aanand closed this Jul 23, 2014
xulike666 pushed a commit to xulike666/compose that referenced this pull request Jan 19, 2017
set default shim if shim is nil for backward compatibility
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants