From 1c897757c6ee0faf3f9662c80f3d26bfe2be118a Mon Sep 17 00:00:00 2001 From: Artem Golub Date: Thu, 3 Mar 2022 22:23:49 +0200 Subject: [PATCH] add nuxxapp/nuxx to Projects > Container Operations > Container Composition (#982) * add nuxxapp/nuxx to Projects > Container Operations > Container Composition * Alphabetical order fix. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a86b4f8..1b627c2 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [habitus](https://github.com/cloud66-oss/habitus) - A Build Flow Tool for Docker by [@cloud66](https://github.com/cloud66) - [kompose](https://github.com/kubernetes/kompose) - Go from Docker Compose to Kubernetes - [Maestro](https://github.com/toscanini/maestro) :skull: - Maestro provides the ability to easily launch, orchestrate and manage multiple Docker containers as single unit by [@tascanini](https://github.com/toscanini) +- [Nuxx](https://github.com/nuxxapp/nuxx) - Visually generate docker-compose.yaml code with drag-n-drop UI. By [@corpulent](https://github.com/corpulent) - [percheron](https://github.com/ashmckenzie/percheron) :skull: - Organise your Docker containers with muscle and intelligence by [@ashmckenzie](https://github.com/ashmckenzie) - [plash](https://github.com/ihucos/plash) - A container run and build engine - runs inside docker. - [podman-compose](https://github.com/containers/podman-compose) - a script to run docker-compose.yml using podman by [@containers][containers]