From 2eba99b40b274bb6bed192b6c62f838e28d6f079 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Mon, 7 Aug 2023 11:34:13 -0700 Subject: [PATCH] README: fix whitespace Signed-off-by: Kenyon Ralph --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e8aacf2..6668cf68 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ $ DOCKER_BUILDKIT=1 docker build --platform=local -o . "https://github.com/docke $ mkdir -p ~/.docker/cli-plugins $ mv buildx ~/.docker/cli-plugins/docker-buildx -# Local +# Local $ git clone https://github.com/docker/buildx.git && cd buildx $ make install ``` @@ -241,7 +241,7 @@ When you invoke a build, you can set the `--platform` flag to specify the target platform for the build output, (for example, `linux/amd64`, `linux/arm64`, or `darwin/amd64`). -When the current builder instance is backed by the `docker-container` or +When the current builder instance is backed by the `docker-container` or `kubernetes` driver, you can specify multiple platforms together. In this case, it builds a manifest list which contains images for all specified architectures. When you use this image in [`docker run`](https://docs.docker.com/engine/reference/commandline/run/)