From bbeafe1651bd2a589c7d9b013708d2804edbaa3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BE=C3=B3r=20Magn=C3=BAsson?= Date: Mon, 9 Nov 2020 07:12:58 +0100 Subject: [PATCH] docs(faq): add an entry on Docker CE buildkit issue --- docs/misc/troubleshooting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/misc/troubleshooting.md b/docs/misc/troubleshooting.md index 0691e255ee..5d052e501d 100644 --- a/docs/misc/troubleshooting.md +++ b/docs/misc/troubleshooting.md @@ -78,7 +78,7 @@ This can occur if nginx is not able to bind to its default port which is port `8 You can also skip the nginx installation if you already have a separate ingress controller installed, by setting `setupIngressController: null` in your `local-kubernetes` provider configuration. -## On Mac: "garden" cannot be opened because the developer cannot be verified. +### On Mac: "garden" cannot be opened because the developer cannot be verified. If this error came up when running the `garden` binary from inside your `~/Downloads` directory, try moving it outside the `~/Downloads` directory before running it again. @@ -87,3 +87,7 @@ If you're still getting this error, a workaround is to find the `garden` binary _Open_. This should prevent this error message from coming up again. See also: https://support.apple.com/en-gb/guide/mac-help/mh40616/mac + +### `Error response from daemon: experimental session with v1 builder is no longer supported, use builder version v2 (BuildKit) instead` + +This is a bug in Docker CE (i.e. Docker for Desktop), version `2.4.x.y`. See this [GitHub issue comment](https://github.com/garden-io/garden/issues/2123#issuecomment-723780468) for a fix and more details.