Jails, chroots, containers, so many options and use cases

https://imgur.io/a/dIs86qA

How do you prefer to isolate?

14 points · 3 comments · view on lemmy.world

3 Comments

wildbus8979@sh.itjust.works · 4 pts · 2y

I use containerized chroots regularly for ephemeral needs. It's super easy using a combination of debootstrap, chroots, and unshare!

ekky43@lemmy.dbzer0.com · 3 pts · 2y

Chrooted jails for jumphosts, containers for development or hosting.

TrustingZebra@lemmy.one · 3 pts · 2y

OCI Containers (used by Docker, Podman and Kubernetes). I have to use chroots at work and they are a pain.