1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

readme: install emulators when building with docker

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-05-28 17:39:40 +02:00
parent f8e94d91c0
commit 2103f1bcee
+3
View File
@@ -17,6 +17,9 @@ Go to the [Releases](https://github.com/docker/docker-credential-helpers/release
You can build the credential helpers using Docker: You can build the credential helpers using Docker:
```shell ```shell
# install emulators
$ docker run --privileged --rm tonistiigi/binfmt --install all
# create builder # create builder
$ docker buildx create --use $ docker buildx create --use