From 9913c9abd4ba4d0c41ced4c07d2baeb997dba746 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 8 Mar 2021 17:26:47 +0000 Subject: [PATCH] Updated Build (markdown) --- Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.md b/Build.md index 5be30d1..a11fb2c 100644 --- a/Build.md +++ b/Build.md @@ -1,5 +1,5 @@ ## Docker -For multiarch support, the provided `Dockerfile` uses Docker [buildx](https://github.com/docker/buildx), which means you can't just build it with your regular `docker build`. To use it, you need to enable experimental features in `/etc/docker/daemon.json`, `$HOME/.docker/config.json` or by setting the environment variable `DOCKER_CLI_EXPERIMENTAL=enabled`. +For multiarch support, the provided `Dockerfile` uses Docker [buildx](https://github.com/docker/buildx), which means you can't just build it with your regular `docker build`. To use it, you need to enable experimental features in `/etc/docker/daemon.json` or `$HOME/.docker/config.json` or instead by setting the environment variable `DOCKER_CLI_EXPERIMENTAL=enabled` to temporarily enable it. ```shell ⟩ cat /etc/docker/daemon.json {