X server in a container
by Skaperen from LinuxQuestions.org on (#50750)
i want to run all X server instances in containers, most likely with each in its own container. the issue seems to be X getting access to the display hardware. also, X will need to be able to switch virtual console when it is processing such a request.
i currently run multiple users on my display, each with a different instance of X as controlled by dm-tool telling lightdm which to switch to. i assume lightdm needs to run in the main host system since multiple instances of lightdm does not make sense. but dm-tool would be run in the user containers, so the bus they use needs to pass between the host and each container.
suggestions?


i currently run multiple users on my display, each with a different instance of X as controlled by dm-tool telling lightdm which to switch to. i assume lightdm needs to run in the main host system since multiple instances of lightdm does not make sense. but dm-tool would be run in the user containers, so the bus they use needs to pass between the host and each container.
suggestions?