1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-14 06:00:53 +00:00

Merge pull request #89 from superseb/gofmtrestartpolicy

fix go fmt after removing RestartPolicy
This commit is contained in:
Alena Prokharchyk
2017-12-01 13:44:50 -08:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ func doRunDeployer(host *hosts.Host, containerEnv []string) error {
Binds: []string{ Binds: []string{
"/etc/kubernetes:/etc/kubernetes", "/etc/kubernetes:/etc/kubernetes",
}, },
Privileged: true, Privileged: true,
} }
resp, err := host.DClient.ContainerCreate(context.Background(), imageCfg, hostCfg, nil, CrtDownloaderContainer) resp, err := host.DClient.ContainerCreate(context.Background(), imageCfg, hostCfg, nil, CrtDownloaderContainer)
if err != nil { if err != nil {