qemu-user-static
qemu-user-static copied to clipboard
Fix docker command examples in "Getting started" in README
This fixes issue 215
Without the --platform option, docker fails with
"docker: no matching manifest for linux/amd64 in the manifest list entries".
With the option, everything works as intended.