I use containers on servers for multiple reasons, but mostly:
- Life cycle independent from the OS: I can upgrade the system without modifying the services
- Fine control on ressource consumption (CPU, RAM, etc)
- Same environment everyware and each service have its own
Is it possible to achieve it with services on Guix and GuixSD ?
I have read the manual, but maybe I miss something.