114
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.
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?
For SELinux, set
security_opt=label:type:container_runtime_t
and make sure that volumes have the z or Z option.