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" )
Variables ¶
This section is empty.
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.