On Wed, 31 Aug 2022, "Thompson, David" <[email protected]> wrote: > Hey that's a real nice starting point for a container management tool! > So maybe there should be a system service to manage containers and > then a 'docker compose'-like tool for declaratively specifying > containers and their network bridging configuration that is a client > of the service?
I think that a container composer à la `docker compose' but with Guile/Guix is easily done. Managing containers locally is trivial and a little web interface could be done to view/manager your contrainers. The service could even be a home-service. >From there, a more mature container orchestrator that can scale to multiple nodes could be made. Competing with Kubernetes. Of course at that level things are not trivial anymore. -- Olivier Dion oldiob.dev
