1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-15 08:52:10 +05:30

Merge pull request #286 from crazy-max/update-readme

readme: install emulators when building with docker
This commit is contained in:
Sebastiaan van Stijn
2023-05-28 18:05:09 +02:00
committed by GitHub
+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