1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 23:16:22 +00:00

Merge pull request #58 from moelsayed/command_overhaul

Command overhaul
This commit is contained in:
Alena Prokharchyk
2017-11-28 11:21:53 -08:00
committed by GitHub
17 changed files with 297 additions and 569 deletions

View File

@@ -179,7 +179,7 @@ func getHostConfig(reader *bufio.Reader, index int) (*v1.RKEConfigHost, error) {
}
host.User = sshUser
dockerSocketPath, err := getConfig(reader, fmt.Sprintf("Docker socker path on host (%s)", advertisedHostname), "/var/run/docker.sock")
dockerSocketPath, err := getConfig(reader, fmt.Sprintf("Docker socket path on host (%s)", advertisedHostname), "/var/run/docker.sock")
if err != nil {
return nil, err
}