With podman version 5.1.2 when I tried to push a large image specially 3.5 GB I was having issue with Error: unexpected EOF. My platform is Mac book pro.
After some googling and debugging figured it was a memory issue. By default assigned memory in podman virtual machine is not enough. So I had to manually assign a bit more memory to the podman virtual machine.
Here are the steps to that solved the issue
podman machine stop
podman machine rm
podman machine init -m 4096
podman machine start
Happy learning!
No comments:
Post a Comment