Skip to content

Commit c6dd28a

Browse files
committed
Update README.md
1 parent 8fd9758 commit c6dd28a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# qemu-user-static
22

3-
## Releases: https://github.com/multiarch/qemu-user-static/releases/
4-
## Docker hub: https://hub.docker.com/r/multiarch/qemu-user-static/
3+
### Binaries
4+
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

Comments
 (0)