From 2103f1bceed4d459e67f4835652290c51a7584a3 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 28 May 2023 17:39:40 +0200 Subject: [PATCH] readme: install emulators when building with docker Signed-off-by: CrazyMax --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 300705c..389542a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Go to the [Releases](https://github.com/docker/docker-credential-helpers/release You can build the credential helpers using Docker: ```shell +# install emulators +$ docker run --privileged --rm tonistiigi/binfmt --install all + # create builder $ docker buildx create --use