Fix Docker API version for Windows
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
This commit is contained in:
parent
71a185c70e
commit
434596b103
3 changed files with 14 additions and 2 deletions
8
provider/docker_unix.go
Normal file
8
provider/docker_unix.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
// +build !windows
|
||||
|
||||
package provider
|
||||
|
||||
const (
|
||||
// DockerAPIVersion is a constant holding the version of the Docker API traefik will use
|
||||
DockerAPIVersion string = "1.21"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue