Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker API version for Windows #1113

Merged
merged 1 commit into from Feb 4, 2017
Merged

Fix Docker API version for Windows #1113

merged 1 commit into from Feb 4, 2017

Conversation

StefanScherer
Copy link
Contributor

This fixes #1094 and increases the DockerAPIVersion from 1.21 to the minimal supported version 1.24 for Windows containers. Increase the API version only for the Windows binary, so all other platforms aren't affected by this change.

Copy link
Member

@emilevauge emilevauge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks @StefanScherer

Copy link
Contributor

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐸

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
@emilevauge emilevauge merged commit da5eba1 into traefik:master Feb 4, 2017
@StefanScherer StefanScherer deleted the fix-docker-api-version-for-windows branch February 5, 2017 13:40
@ldez ldez added kind/enhancement a new or improved feature. area/provider/docker labels Apr 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase Docker API version to work with Windows Containers
4 participants