this post was submitted on 14 Sep 2024
9 points (100.0% liked)

Linux Questions

1068 readers
30 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 1 year ago
MODERATORS
 

I am looking to run a desktop in a container. I know I can pass the display in with /dev/dri but I am not sure about keyboard and mouse input

top 6 comments
sorted by: hot top controversial new old
[–] rockSlayer@lemmy.world 5 points 1 month ago (1 children)
[–] possiblylinux127@lemmy.zip 1 points 1 month ago

That's virtualization not containerization. I am looking for a way to make updating and pushing new configurations easy

[–] MindTraveller@lemmy.ca 4 points 1 month ago (1 children)

I think that's called a virtual machine

[–] possiblylinux127@lemmy.zip 3 points 1 month ago

I am looking for easy deployment. I want to make a container image and then update to it by restarting the container

[–] hendrik@palaver.p3x.de 3 points 1 month ago

https://wiki.archlinux.org/title/Docker
Section 6.2 and 6.5

https://kasmweb.com/ or Docker Desktop might do the trick, too.