Exploring Podman: A More Secure Docker Alternative
betterstack.com
Exploring Podman: A More Secure Docker Alternative
1–10 of 133 posts
Re: Exploring Podman: A More Secure Docker Alternative
#2Re: Exploring Podman: A More Secure Docker Alternative
#3I almost got burned by this.
Re: Exploring Podman: A More Secure Docker Alternative
#4Re: Exploring Podman: A More Secure Docker Alternative
#5https://www.techrepublic.com/article/how-to-fix-the-docker-a... I almost got burned by this.
Re: Exploring Podman: A More Secure Docker Alternative
#6Then they removed that in favor of Quadlet. Now in order to do a single container I can do a unit file, but for a pod, I need to use a Kubernetes cluster definition.
Plus, unlike Docker their containers bow to SELinux definitions, so I have repeatedly struggled with containers unable to access mapped directories.
So what is it, Podman? Should I just use Kubernetes? Should I just make dedicated directories for everything instead of mapping logical places for things?
Re: Exploring Podman: A More Secure Docker Alternative
#7Re: Exploring Podman: A More Secure Docker Alternative
#8deleted
I see they've added some k8s integration, but not sure how you see it being a k8s alternative? Maybe a minikube alternative...
Re: Exploring Podman: A More Secure Docker Alternative
#9deleted
Re: Exploring Podman: A More Secure Docker Alternative
#10Podman was good when it supported systemd unit files, so I could auto start and auto update containers, even entire pods with systemd. Then they removed that in favor of Quadlet. Now in order to do a single container I can do a unit file, but for a pod, I need to use a Kubernetes cluster definition. Plus, unlike Docker their containers bow to SELinux definitions, so I have repeatedly struggled with containers unable…