Mac M1 use of podman #13433
Replies: 2 comments 3 replies
-
It seems like you used the wrong binary for podman-remote, if Can you make sure that your You also want to install the qemu-user-static binaries, so that you can run containers from the other architecture - once the VM is up. |
Beta Was this translation helpful? Give feedback.
-
there is some cases where is brew was being run with rosettta, the arch is being set to x86_64. This is not a Podman thing. I think some people has success uninstalling and re-installed brew. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
New to podman - using a Macbook Air M1 machine as I understand podman supports this now - great! But my experience is that I cannot get
podman machine start
to work. It's unclear to me if I can only use a subset of machine types due to the x86/arm64 divide or what, but the general instructions didn't show me much love - see below. Any thoughts?➜ ~ podman --version
podman version 3.4.4
➜ ~ podman machine list
NAME VM TYPE CREATED LAST UP CPUS MEMORY DISK SIZE
podman-machine-default* qemu 28 hours ago 28 hours ago 1 2.147GB 10.74GB
➜ ~ podman machine start
INFO[0000] waiting for clients...
INFO[0000] listening tcp://127.0.0.1:7777
INFO[0000] new connection from to /var/folders/b2/nchtpdq54n7fbjmwkjw1c6xh0000gp/T/podman/qemu_podman-machine-default.sock
Waiting for VM ...
qemu-system-x86_64: Unknown Error
Error: dial unix /var/folders/b2/nchtpdq54n7fbjmwkjw1c6xh0000gp/T/podman/podman-machine-default_ready.sock: connect: connection refused
ERRO[0003] cannot receive packets from , disconnecting: cannot read size from socket: EOF
ERRO[0003] cannot read size from socket: EOF
Beta Was this translation helpful? Give feedback.
All reactions