Show HN: Container-compose – A Docker-compose like tool for Apple containers

github.com

58 points by Noghartt 2 days 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`.

fnordian - a day ago

I hope apple will deliver a docker compatible api soon, so that all the existing tools will just work.

daft_pink - a day ago

Hoping that VSCode supports Apple Containers in a similar way to it supporting Docker Containers. I’ve tried Podman to use less resources on my Mac, but found that the developer tooling in things like VSCode makes Docker a bit sticky.

cedws - a day ago

Is the container CLI actually intended for end users? My impression was that it's just a demo project showing off the Containerization API. I'm guessing that BuildKit will eventually support Apple's container runtime via the Containerization API.

yodon - 2 days ago

Any thoughts or insights into why Apple didn't ship docker-compose support?

egorfine - 19 hours ago

I have opened a pull request with an extraordinary important change for you.

elisiariocouto - a day ago

Excellent work! Any reason why don’t implement this as a plugin for the container CLI?

develatio - a day ago

How does networking between several “services” (containers) work?