mirror of
https://github.com/containous/traefik.git
synced 2025-01-11 05:17:52 +03:00
3f293ee25b
Makes it simpler to manage :) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
9 lines
172 B
Go
9 lines
172 B
Go
// +build !windows
|
|
|
|
package docker
|
|
|
|
const (
|
|
// DockerAPIVersion is a constant holding the version of the Provider API traefik will use
|
|
DockerAPIVersion string = "1.21"
|
|
)
|