mention binfmt on readme

main
Ricard Illa 2022-08-16 16:51:17 +02:00
parent e6400fbd06
commit 413711a3a8
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 6 additions and 0 deletions

View File

@ -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
```