commit
5834d8dff9
@ -94,7 +94,7 @@ func (p Plugin) Exec() error {
|
|||||||
path := filepath.Join(dockerHome, "config.json")
|
path := filepath.Join(dockerHome, "config.json")
|
||||||
err := ioutil.WriteFile(path, []byte(p.Login.Config), 0600)
|
err := ioutil.WriteFile(path, []byte(p.Login.Config), 0600)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("Error writeing config.json: %s", err)
|
return fmt.Errorf("Error writing config.json: %s", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -373,7 +373,6 @@ func commandDaemon(daemon Daemon) *exec.Cmd {
|
|||||||
return exec.Command(dockerdExe, args...)
|
return exec.Command(dockerdExe, args...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// helper to check if args match "docker prune"
|
// helper to check if args match "docker prune"
|
||||||
func isCommandPrune(args []string) bool {
|
func isCommandPrune(args []string) bool {
|
||||||
return len(args) > 3 && args[2] == "prune"
|
return len(args) > 3 && args[2] == "prune"
|
||||||
|
Loading…
Reference in New Issue
Block a user