I want to give podman a try. I am not a DevOps person.
I have Docker Desktop installed on my MacBook Air for work. I sparingly use it though except when working on a Docker-based web project with pre-defined commands given to me.
Will installing podman desktop on my laptop consume as much memory ?
I want to develop my app on my local before uploading it to an OpalStack VPS.
How do I get the app's code pulled in podman from my GitHub repo instead ? I would prefer updates via git pull origin main instead of rebuilding the podman on my local and then pushing to an OpalStack VPS.
What is the difference b/w Docker and podman, other than No root access in podman ?
podman run -d \
...
ghost:latest
From where is ghost getting downloaded from - like a docker hub is there a podman hub ?