Elcoid
Elcoid
Hello! `memory3` is similar to `memory`, but - it's a persistent program written in C; - it can show ram or swap usage; - it can show the same value...
Hello, When I try the _Getting started_ section in the README, I get the following: $ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes Setting /usr/bin/qemu-alpha-static as binfmt interpreter for...
This fixes [issue 215](https://github.com/multiarch/qemu-user-static/issues/215) Without the `--platform` option, docker fails with "docker: no matching manifest for linux/amd64 in the manifest list entries". With the option, everything works as intended.