|
|
|
|
|
by bgorman
2220 days ago
|
|
"Docker" is just the userspace component of a Linux kernel feature. "Docker" doesn't run anything, the kernel does. Podman has three main advantages over docker: Not needing to run as root, not requiring a daemon in the background and being packaged directly by linux distros. |
|
(Granted Docker is only in Ubuntu's "universe" section and not as a supported package that would receive security patches etc)