Skip to content

Commit 2103f1b

Browse files
committed
readme: install emulators when building with docker
Signed-off-by: CrazyMax <[email protected]>
1 parent f8e94d9 commit 2103f1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Go to the [Releases](https://github.com/docker/docker-credential-helpers/release
1717
You can build the credential helpers using Docker:
1818

1919
```shell
20+
# install emulators
21+
$ docker run --privileged --rm tonistiigi/binfmt --install all
22+
2023
# create builder
2124
$ docker buildx create --use
2225

0 commit comments

Comments
 (0)