109
Friendship ended with Debian and Docker. Now Fedora and Podman are my best friends.
(discuss.tchncs.de)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!
podman is almost AFAIK 1:1 compatible with docker, the team does great work on it
welcome to fedora!
Yes, it is! If you just run
alias docker=podman
, you won't even have to remember that you're running Podman, and not Docker.I am still having problems with SELinux, though, so I have just turned it to permissive. Any guides for that?
An RPM exists called podman-docker, which essentially maps docker commands to podman
Isn't that alias already present on Fedora by default?
It isn't in my installation. I just checked.
For SELinux, set
security_opt=label:type:container_runtime_t
and make sure that volumes have the z or Z option.