Usage
|
|
Errors
podman push image got Error: unexpected EOF
For full debug logs
|
|
The memory usage during a push is more than the default installation. Increase VM memory to 4GB.
If you want to create a new podman machine
|
|
If you want to modify existing podman machine
|
|
podman machine start hangs on MacOS Intel (x86_64)
https://github.com/containers/podman/issues/25121#issuecomment-2764487184
podman machine reset
podman machine init --log-level debug --now
- Wait for the grub menu to come up, then hit
e
in the 2-second window it gives you. - Edit the line beginning with “
linux
” and append the “nopku
” flag. - Ctrl-X to boot.
https://github.com/containers/podman/issues/25121#issuecomment-2653583685
As a temporary workaround, switch to using the image version 5.2, which is functioning properly on my Intel-based MacOS:
|
|