1
0
Fork 0
traefik/vendor/github.com/docker/docker/api/common.go
2018-01-22 12:16:03 +01:00

11 lines
292 B
Go

package api
// Common constants for daemon and client.
const (
// DefaultVersion of Current REST API
DefaultVersion string = "1.34"
// NoBaseImageSpecifier is the symbol used by the FROM
// command to specify that no base image is to be used.
NoBaseImageSpecifier string = "scratch"
)