mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +03:00
434596b103
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
9 lines
172 B
Go
9 lines
172 B
Go
// +build !windows
|
|
|
|
package provider
|
|
|
|
const (
|
|
// DockerAPIVersion is a constant holding the version of the Docker API traefik will use
|
|
DockerAPIVersion string = "1.21"
|
|
)
|