|
|
|
|
|
by nicce
1191 days ago
|
|
Podman is very different internally than Docker.
It might mimic commands and OCI image standard, but other things are quite different. Docker is daemon-based and and Podman is not. Podman uses SELinux by default with additional features and other practices for better security. You can use it without root user. |
|