|
|
|
|
|
by paulddraper
2523 days ago
|
|
Yep. I only half care about rootless. I definitely care about the daemon. It sucks. It flies in the face of traditional Linux process management where child processes are child processes. (Unless you want an init system, where you need a daemon. But docker is a sucky init system.) Docker breaks even the most basic things. $ time docker run some heavy computation
Oh wait, that doesn't work. |
|
If you want the fork-exec model then docker is indeed the wrong tool for the job.