package docker const ( // DockerAPIVersion is a constant holding the version of the Provider API traefik will use DockerAPIVersion string = "1.24" )