Show HN: Container-compose – A Docker-compose like tool for Apple containers
(github.com)50 points by Noghartt a day ago
Hey HN, recently Apple release their own container manager tooling, but it's missing a "compose-like" tool.
I'm building this CLI as a side-project and a way to help on the usage with the main tool.
It's in a early version, then at the moment I'm trying to be as much as possible compatible with `docker-compose` config file, and in the current version we're supporting two commands: `up` and `down`.
I hope apple will deliver a docker compatible api soon, so that all the existing tools will just work.