From e09c0bfa8b8d852c3a652d7c7390c98ef8756c69 Mon Sep 17 00:00:00 2001 From: refcell Date: Sun, 26 Jan 2025 12:47:34 -0500 Subject: [PATCH] chore(docker): Small Doc Touchup (#953) --- docker/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docker/README.md b/docker/README.md index c7ae07002..11dcd5d26 100644 --- a/docker/README.md +++ b/docker/README.md @@ -37,6 +37,22 @@ docker buildx bake \ $TARGET ``` +#### Troubleshooting + +If you receive an error like the following: + +``` +ERROR: Multi-platform build is not supported for the docker driver. +Switch to a different driver, or turn on the containerd image store, and try again. +Learn more at https://docs.docker.com/go/build-multi-platform/ +``` + +Create and activate a new builder and retry the bake command. + +```sh +docker buildx create --name kona-builder --use +``` + ## Cutting a Release (for maintainers / forks) To cut a release of the docker image for any of the targets, cut a new annotated tag for the target like so: