package dockerversion

import "github.com/docker/docker/dockerversion"

Index

Variables

var (
	GITCOMMIT string
	VERSION   string

	IAMSTATIC string // whether or not Docker itself was compiled statically via ./hack/make.sh binary ("true" or not "true")
	INITSHA1  string // sha1sum of separate static dockerinit, if Docker itself was compiled dynamically via ./hack/make.sh dynbinary
	INITPATH  string // custom location to search for a valid dockerinit binary (available for packagers as a last resort escape hatch)
)

Source Files

dockerversion.go

Version
v1.5.0-rc4
Published
Feb 4, 2015
Platform
js/wasm
Last checked
1 minute ago

Tools for package owners.