Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Dec 21, 2015
1 parent c6dd28a commit f5fa7f0
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# qemu-user-static

### Binaries
## Binaries

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

### `binfmt_misc` register
## `binfmt_misc` register

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

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

* `docker run --rm --privileged multiarch/qemu-user-static:register --reset`

## Compatible images

* https://hub.docker.com/r/multiarch/ubuntu-core/
* https://hub.docker.com/r/multiarch/debian-debootstrap/
* https://hub.docker.com/r/multiarch/ubuntu-debootstrap/
* https://hub.docker.com/r/multiarch/busybox/

---

Organizations with some (if not all) multiarch images:

* https://hub.docker.com/u/multiarch/
* https://hub.docker.com/u/scaleway/

## License

MIT

0 comments on commit f5fa7f0

Please sign in to comment.