You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traefik should connect to the Windows Docker engine 1.13.0 which forces minimum API version 1.24.
time="2017-02-01T13:45:04-08:00" level=debug msg="Docker connection established with docker 1.13.1-rc1 (API 1.25)"
What did you see instead?
time="2017-02-01T13:44:31-08:00" level=error msg="Failed to list containers for docker, error Error response from daemon: client version 1.21 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version"
I did a proof of concept which works by patching provider/docker.go to use API version 1.24. Should I send this change as PR? I don't know if that would be fine on Linux as Traefik would no longer work with older Docker engines.
Another issue regarding running Traefik in Windows containers is that #1009 does not work on Windows. There is no "600" file permission, so I had to comment out that while testing with master branch.
@emilevauge@StefanScherer I'm ok dropping support for 1.9 and lower ; but we could also have a api version number different depending on the architecture, @containous/traefik wdyt ?
What version of Traefik are you using (
traefik version
)?What is your environment & configuration (arguments, toml...)?
What did you do?
Run Traefik inside a Windows Nanoserver container to communicate with a Windows Docker engine
What did you expect to see?
Traefik should connect to the Windows Docker engine 1.13.0 which forces minimum API version 1.24.
What did you see instead?
I did a proof of concept which works by patching
provider/docker.go
to use API version 1.24. Should I send this change as PR? I don't know if that would be fine on Linux as Traefik would no longer work with older Docker engines.You can find my test setup for Windows at https://github.com/StefanScherer/dockerfiles-windows/tree/master/traefik
The text was updated successfully, but these errors were encountered: