mirror of
				https://github.com/traefik/traefik.git
				synced 2025-11-04 02:11:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			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"
 | 
						|
)
 |