Documentation ¶
Index ¶
- func CopyFile(src, dst string) error
- func DownloadISO(dir, file, url string) error
- func GenerateCACertificate(certFile, keyFile, org string, bits int) error
- func GenerateCert(hosts []string, certFile, keyFile, caFile, caKeyFile, org string, bits int) error
- func GetDockerDir() string
- func GetHomeDir() string
- func GetLatestBoot2DockerReleaseURL() (string, error)
- func GetMachineClientCertDir() string
- func GetMachineDir() string
- func GetUsername() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadISO ¶
Download boot2docker ISO image for the given tag and save it at dest.
func GenerateCACertificate ¶
GenerateCACertificate generates a new certificate authority from the specified org and bit size and stores the resulting certificate and key file in the arguments.
func GenerateCert ¶
GenerateCert generates a new certificate signed using the provided certificate authority files and stores the result in the certificate file and key provided. The provided host names are set to the appropriate certificate fields.
func GetDockerDir ¶
func GetDockerDir() string
func GetHomeDir ¶
func GetHomeDir() string
func GetLatestBoot2DockerReleaseURL ¶
Get the latest boot2docker release tag name (e.g. "v0.6.0"). FIXME: find or create some other way to get the "latest release" of boot2docker since the GitHub API has a pretty low rate limit on API requests
func GetMachineClientCertDir ¶
func GetMachineClientCertDir() string
func GetMachineDir ¶
func GetMachineDir() string
func GetUsername ¶
func GetUsername() string
Types ¶
This section is empty.