On 8/6/19 9:15 AM, Jun Aruga wrote: >>> Please come! >>> >> Would love to see your examples use podman... > Sorry here is the podman's example. > And no worry. podman's examples are used as much as possible in my talk! > > ``` > $ uname -m > x86_64 > > $ podman run --rm -t arm64v8/fedora:30 uname -m > standard_init_linux.go:211: exec user process caused "exec format error" > > $ sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes > > $ podman run --rm -t arm64v8/fedora:30 uname -m > aarch64 > ``` > Nice. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx