7 ms·
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/softwar
by oddlama 5y 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-nspawn.html https://www.freedesktop.org/software/systemd/man/systemd-nsp...
- CameronNemo 5y agoI don't think you can easily use systemd-nspawn on Alpine.
- zamadatix 5y agoThis is exactly what I needed! Thank you!