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

add podman-compose

This commit is contained in:
cdpb 2022-10-25 00:22:54 +02:00
parent fc40697b0b
commit 5ee49992f7

View File

@ -594,6 +594,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [LXD](https://linuxcontainers.org/lxd/) a container "hypervisor" and a better UX for LXC.
* [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.
## Troubleshooting