Documentation ¶
Index ¶
Constants ¶
View Source
const ( NAME string = "rancher" BITS int = 2048 ServerTlsPath string = "/etc/docker/tls" ClientTlsPath string = "/home/rancher/.docker" Cert string = "cert.pem" Key string = "key.pem" ServerCert string = "server-cert.pem" ServerKey string = "server-key.pem" CaCert string = "ca.pem" CaKey string = "ca-key.pem" )
View Source
const ( DEFAULT_STORAGE_CONTEXT = "console" DOCKER_PID_FILE = "/var/run/docker.pid" )
Variables ¶
View Source
var (
DOCKER_COMMAND = []string{
"ros",
"docker-init",
}
)
Functions ¶
func PreloadImages ¶ added in v0.8.0
func PreloadImages(clientFactory func() (dockerClient.APIClient, error), imagesDir string) error
func UdevSettle ¶ added in v0.8.0
func UdevSettle() error
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.