binfmt_misc problems in ubuntu18.04 under docker binfmt_misc problems in ubuntu18.04 under docker docker docker

binfmt_misc problems in ubuntu18.04 under docker


binfmt is trying to register qemu as a binary loader so you don't need to invoke qemu everytime you need to run a binary with it. To do that it requires privileges that the container doesn't have.

Ignore those warnings because it doesn't make sense to register binfmt on the host while the image is being built.