AWS CDK if it was awesome
Find a file
2024-04-07 17:43:00 +02:00
example docs: update example 2024-04-07 17:43:00 +02:00
mod.ts check in! 2024-04-07 17:40:32 +02:00
README.md check in! 2024-04-07 17:40:32 +02:00

containerlib

AWS CDK but for normal people. Don't worry about scaling and AWS bills, just rent a VPS and run my randomly-named services on it! I'm no Jia Tan but a man can dream.

Also this is only going to be tested with Deno. You deserve better than node.

World domination plan

Current status: v0 - It doesn't work!!

v1: docker-compose

Initially, containerlib will return docker-compose.yml files. This allows quick implementation and moving from existing Portainer setups to staxman.

v2: rewrite internally

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.