|
|
|
|
|
by leephillips
1835 days ago
|
|
I’ve found systemd-nspawn useful. Use debootstrap to install a minimal Debian system inside your system, then boot it with this command. It isolates the filesystem while sharing the network interface, and is convenient for most things that I guess people use Docker for. I wonder why it’s not mentioned more often. |
|
I'd be interested in trying it out but I don't want to spend some hours reading documentation trying to get it working.