mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-15 17:02:27 +05:30
Merge pull request #286 from crazy-max/update-readme
readme: install emulators when building with docker
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user