Hacker News new | ask | show | jobs
by oddlama 1661 days ago
You might want to have a look at systemd-nspawn [1], which is basically containerized chroot based on linux namespaces.

[1] https://www.freedesktop.org/software/systemd/man/systemd-nsp...

2 comments

I don't think you can easily use systemd-nspawn on Alpine.
This is exactly what I needed! Thank you!