mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07:00
The DOCKER_EXPERIMENTAL environment variable drives the activation of the 'experimental' build tag. Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
8 lines
86 B
Go
8 lines
86 B
Go
// +build experimental
|
|
|
|
package utils
|
|
|
|
func ExperimentalBuild() bool {
|
|
return true
|
|
}
|