lima-vm / alpine-lima

Create an alpine based image for lima
Apache License 2.0
40 stars 26 forks source link

qemu-binfmt: Enable perserve-argv. #82

Closed mook-as closed 2 years ago

mook-as commented 2 years ago

We get our qemu binaries from the tonistiigi/binfmt docker image; as of commit c5e21394 it has been patched to assume perserve-argv if no flags are set. Explicitly set that flag so that argument parsing works correctly for binaries executed through qemu (via binfmt_misc).

Fixes: #81

AkihiroSuda commented 2 years ago

I'm merging this

cc @jandubois