Using chroots in a single Linux Container as an alternative to docker-compose
Talk by Aiden McClelland (details linked in the Reference section below).
The talk is centered around StartOS. An operating system designed to enable non-technical users to self-host open source software.
The OS hosts this via containers. With the base philosophy ‘one container = one service/app’. This makes managing IP addresses easier, and managing resources easier.
The OS uses LXC to manage the containers. Aiden claims this is more composable than docker compose or podman.