Docker/podman are not virtualisation, they are containerisation. The system groups all the processes into a namespace and executes them on the same host/kernel as the base system. There is no overhead of virtualisation as its not creating virtual hardware or running a whole OS. Its more like the flatpak you’re already running than a vm
Comment on Autostart Jellyfin flatpak
batman654987@lemmynsfw.com 9 months agoIsnt docker kind of virtualisation? Is it realy required for this? I would expect flatpak to have a way of autostarting software… 🤔🤷♂️
gnuplusmatt@reddthat.com 9 months ago
richmondez@lemmy.world 9 months ago
Docker and Flatpack are both containerization technologies and work in similar ways under the hood. Docker is more geared towards running headless services that other systems access while flatpack is more geared towards desktop gui applications that are interacted with from the same system they run on.