Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 317 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 317 Bytes

binfmt_misc register

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

  • docker run --rm --privileged multiarch/qemu-user-static:register

Same as above, but remove all registered binfmt_misc before

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