From 5af07caeeb29b20bcae0cc2bde2cce097f5e0eea Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sun, 7 Apr 2024 17:58:34 +0200 Subject: [PATCH] docs: funnier name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3850914..5e692ce 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ Current status: v0 - It doesn't work!! Initially, containerlib will return docker-compose.yml files. This allows quick implementation and moving from existing Portainer setups to staxman. -### v2: rewrite internally +### v2: assume direct control Post-MVP, containerlib will return an intermediary state representation (akin to Kubernetes manifests) that serverman can use to control OCI containers via docker API. This is basically integrating the docker-compose functionality directly within serverman.