Docker
“Container changed the world.”
Docker is designed to be a lightweight container, not like a Linux VM, no init system, no systemd, no service manager etc.
Run one process per container, keep it simple and clean.
This is compliant with Unix philosophy:
Make each program do one thing well :)
Beautifully simple, simply beautiful.