mention binfmt on readme
parent
e6400fbd06
commit
413711a3a8
|
@ -22,3 +22,9 @@ docker registry.
|
||||||
* tor
|
* tor
|
||||||
* transmission
|
* transmission
|
||||||
* webdav (really simple nginx + `nginx-mod-http-dav-ext` image)
|
* 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue