We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0ad0c commit 4de314bCopy full SHA for 4de314b
hook-docker/main.go
@@ -51,7 +51,7 @@ func main() {
51
panic(err)
52
}
53
if err := d.writeToDisk(filepath.Join(path, "daemon.json")); err != nil {
54
- fmt.Println("Failed to write docker config:", err)
+ panic(fmt.Sprintf("Failed to write docker config: %v", err))
55
56
57
// Build the command, and execute
0 commit comments