From 413711a3a87938bdc0c7978c04f962c86fe51dd1 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 16 Aug 2022 16:51:17 +0200 Subject: [PATCH] mention binfmt on readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d363646..9f63490 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,9 @@ docker registry. * tor * transmission * webdav (really simple nginx + `nginx-mod-http-dav-ext` image) + +## Enable multi-arch execution + +```sh +docker run --rm --privileged multiarch/qemu-user-static --reset -p yes +```