Skip to content

Commit

Permalink
Merge pull request #17 from mikaelhm/patch-1
Browse files Browse the repository at this point in the history
Fix spell-checking issues
  • Loading branch information
davidgoogle authored Jul 26, 2022
2 parents 0abaf3f + fdb5626 commit 8cb15c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions integrations/docker/images/chip-cert-bins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Dockerfile here helps build multi-platform Docker images containing the
executable binaries necessary for the Matter Test Harness. It utilizes the
BuildKit toolkit and Buildx, included within Docker since version 18.06.
`BuildKit` toolkit and `Buildx`, included within Docker since version 18.06.

## Running

Expand All @@ -26,17 +26,17 @@ docker run -it --network host -v /var/run/dbus/system_bus_socket:/var/run/dbus/s

## Building

The Dockerfile requires building using the Buildx plugin, included within
The Dockerfile requires building using the `Buildx` plugin, included within
docker. It is used to build for both the amd64 and arm64 architectures, so the
image may be cross-built and ran directly on a Raspberry Pi or other arm64 based
environment. If your docker installation does not have the Buildx plugin, please
update docker or install Buildx manually.
environment. If your docker installation does not have the `Buildx` plugin, please
update docker or install `Buildx` manually.

Prerequisites:

- A recent docker installation.
- Create a buildx builder: `docker buildx create --use --name mybuild`
- Install the Binfmt cross-platform Docker emulators:
- Create a `buildx` builder: `docker buildx create --use --name mybuild`
- Install the `Binfmt` cross-platform Docker emulators:
`docker run --privileged --rm tonistiigi/binfmt --install all`

### Example: Building for the host platform and loading into Docker
Expand Down

0 comments on commit 8cb15c0

Please sign in to comment.