mirror of
https://github.com/traefik/traefik.git
synced 2025-05-06 07:53:01 +00:00
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"
|
|
)
|