511
Every time I use podman
(lemmy.nz)
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
Podman is the RedHat implementation of the Open Container Initiative (OCI).
A
Dockerfileand aContainerfileare both OCI. Docker and Podman can generally both use either.Contrasted with Docker, Podman has better security defaults, and installers and licenses that are both actually open source. (Parts of Docker are open source. Parts are not.)
Docker used to lead with additional features beyond OCI such as Docker Compose, but Podman Compose has been a thing for a while, now.
The more mature a product is, the more likely it works perfectly with any OCI compliant tool.
For rookie work, I feel like there's still fair odds the developer only uses Docker and may rely on some anti-pattern that requires setting "bad security=ok" settings before their project will work in Podman.
Your mileage may vary.