mmap(0x1000, 4294967296, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE|MAP_FIXED_NOREPLACE, -1, 0) = -1 EOPNOTSUPP (Operation not supported) write(2, "qemu-i386-static:", 17qemu-i386-static:) = 17 write(2, " ", 1 ) = 1 write(2, "/home/user/git/helloworld/hellow"...,...
If you create an i386 container on an amd64 host and install qemu- user-static on the container, it will run "update-binfmts --import qemu-x86_64" and since binfmt doesn't seem to be containerized, it will affect the host causing all binary executions to go through /usr/bin/qemu-x8...