Skip to content

Commit f5fa7f0

Browse files
committed
Update README.md
1 parent c6dd28a commit f5fa7f0

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

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

3-
### Binaries
3+
## Binaries
44

55
* Releases: https://github.com/multiarch/qemu-user-static/releases/
66
* Docker hub: https://hub.docker.com/r/multiarch/qemu-user-static/
77

8-
### `binfmt_misc` register
8+
## `binfmt_misc` register
99

1010
Register `qemu-*-static` for all supported processors except the current one
1111

@@ -14,3 +14,21 @@ Register `qemu-*-static` for all supported processors except the current one
1414
Same as above, but remove all registered `binfmt_misc` before
1515

1616
* `docker run --rm --privileged multiarch/qemu-user-static:register --reset`
17+
18+
## Compatible images
19+
20+
* https://hub.docker.com/r/multiarch/ubuntu-core/
21+
* https://hub.docker.com/r/multiarch/debian-debootstrap/
22+
* https://hub.docker.com/r/multiarch/ubuntu-debootstrap/
23+
* https://hub.docker.com/r/multiarch/busybox/
24+
25+
---
26+
27+
Organizations with some (if not all) multiarch images:
28+
29+
* https://hub.docker.com/u/multiarch/
30+
* https://hub.docker.com/u/scaleway/
31+
32+
## License
33+
34+
MIT

0 commit comments

Comments
 (0)