Merge pull request #1993 from kenyon/typo-fix

README: fix typo
pull/1927/head
CrazyMax 1 year ago committed by GitHub
commit a8f402e28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -72,7 +72,7 @@ for Windows and macOS.
## Linux packages ## Linux packages
Docker Engine package repositories contain Docker Buildx packages when installed according to the Docker Engine package repositories contain Docker Buildx packages when installed according to the
[Docker Enginer install documentation](https://docs.docker.com/engine/install/). Install the [Docker Engine install documentation](https://docs.docker.com/engine/install/). Install the
`docker-buildx-plugin` package to install the Buildx plugin. `docker-buildx-plugin` package to install the Buildx plugin.
## Manual download ## Manual download
@ -149,7 +149,7 @@ $ DOCKER_BUILDKIT=1 docker build --platform=local -o . "https://github.com/docke
$ mkdir -p ~/.docker/cli-plugins $ mkdir -p ~/.docker/cli-plugins
$ mv buildx ~/.docker/cli-plugins/docker-buildx $ mv buildx ~/.docker/cli-plugins/docker-buildx
# Local # Local
$ git clone https://github.com/docker/buildx.git && cd buildx $ git clone https://github.com/docker/buildx.git && cd buildx
$ make install $ 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 platform for the build output, (for example, `linux/amd64`, `linux/arm64`, or
`darwin/amd64`). `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, `kubernetes` driver, you can specify multiple platforms together. In this case,
it builds a manifest list which contains images for all specified architectures. 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/) When you use this image in [`docker run`](https://docs.docker.com/engine/reference/commandline/run/)

Loading…
Cancel
Save