We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd9758 commit c6dd28aCopy full SHA for c6dd28a
README.md
@@ -1,4 +1,16 @@
1
# qemu-user-static
2
3
-## Releases: https://github.com/multiarch/qemu-user-static/releases/
4
-## Docker hub: https://hub.docker.com/r/multiarch/qemu-user-static/
+### Binaries
+
5
+* Releases: https://github.com/multiarch/qemu-user-static/releases/
6
+* Docker hub: https://hub.docker.com/r/multiarch/qemu-user-static/
7
8
+### `binfmt_misc` register
9
10
+Register `qemu-*-static` for all supported processors except the current one
11
12
+* `docker run --rm --privileged multiarch/qemu-user-static:register`
13
14
+Same as above, but remove all registered `binfmt_misc` before
15
16
+* `docker run --rm --privileged multiarch/qemu-user-static:register --reset`
0 commit comments