Move code to pkg
This commit is contained in:
parent
bd4c822670
commit
f1b085fa36
465 changed files with 656 additions and 680 deletions
6
pkg/provider/docker/docker_windows.go
Normal file
6
pkg/provider/docker/docker_windows.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package docker
|
||||
|
||||
const (
|
||||
// DockerAPIVersion is a constant holding the version of the Provider API traefik will use
|
||||
DockerAPIVersion string = "1.24"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue