1
0
mirror of https://github.com/n1trux/awesome-sysadmin.git synced 2025-03-14 06:38:11 +00:00

add systemd-nspawn

This commit is contained in:
cdpb 2022-10-25 00:34:22 +02:00
parent 5ee49992f7
commit 29eebc9099

View File

@ -595,6 +595,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [OpenVZ](http://openvz.org) - Container-based virtualization for Linux.
* [Podman](https://podman.io) - is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode. Simply put: alias docker=podman ([Source Code](https://github.com/containers/podman)) `Apache-2` `Go`
* [Podman Compose](https://github.com/containers/podman-compose) - Define and run multi-container podman applications. Fully compatible to docker-compose.
* [systemd-nspawn](https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html) - a lightweight, chroot-like, environment to boot and isolate containers directly under systemd.
## Troubleshooting