Documentation ¶
Index ¶
- Constants
- func AutologinMain()
- func BootstrapMain()
- func ConsoleInitMain()
- func CurrentConsole() (console string)
- func CurrentEngine() (engine string)
- func Generate(generateServer bool, outDir string, hostnames []string) error
- func Main()
- func PreloadImages(clientFactory func() (dockerClient.APIClient, error), imagesDir string) error
- func UdevSettle() error
- type Images
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 AutologinMain ¶ added in v1.0.4
func AutologinMain()
func BootstrapMain ¶ added in v1.1.1
func BootstrapMain()
func ConsoleInitMain ¶ added in v0.8.0
func ConsoleInitMain()
func CurrentConsole ¶ added in v1.0.4
func CurrentConsole() (console string)
CurrentConsole gets the name of the console that's running
func CurrentEngine ¶ added in v1.0.4
func CurrentEngine() (engine string)
CurrentEngine gets the name of the docker that's running
func Generate ¶ added in v0.4.0
func Main ¶
func Main()
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.