From 5ee49992f7a2a6526fd08870228a502d313f78aa Mon Sep 17 00:00:00 2001 From: cdpb Date: Tue, 25 Oct 2022 00:22:54 +0200 Subject: [PATCH] add podman-compose --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b54fbff..22d0e4f 100644 --- a/README.md +++ b/README.md @@ -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