Y
Hacker News
new
|
ask
|
show
|
jobs
by
icedchai
638 days ago
Docker is native Linux. Your app uses the same kernel as the host. Is "chroot" middleware? No. Neither is docker.
1 comments
consteval
638 days ago
It does require a running daemon. Other solutions, like podman, do not. There is an overhead associated with docker.
link
icedchai
638 days ago
Yes, but containers do not incur overhead because of the daemon. It is there for management purposes. In other words, system calls / network access / etc are not going "through" the daemon.
link