[Solved] This maybe a strange question but can I run a Linux app in a separate container/sandbox? Without its dependencies bloating my host OS?
[Solved] This maybe a strange question but can I run a Linux app in a separate container/sandbox? Without its dependencies bloating my host OS?
Because I hate Electron
You're viewing a single thread.
All comments
40
comments
Docker, Distrobox, Toybox, systemd-nspawn, chroot.
Technically those all rely on the same kernel namespace features, just different ways to use it.
That's also what Flatpaks and Snaps do. If you only care about package bloat, an AppImage would do too but it's not a sandbox like Flatpak.
55 0 ReplyDon't use docker with distrobox. Use podman instead as it is rootless and faster
8 0 ReplyDocker for servers and Rodman for home pcs
1 0 ReplyPodman goes well with Kubernetes. It also is more performant than docker.
I use both
1 0 ReplyOh
1 0 Reply
40
comments
Scroll to top