For those interested in Apple's container (OCI) implementation, there are at least three early `docker-compose` adaptations. One in Swift, one in Go and one in Rust.

https://github.com/mcrich23/container-compose

https://github.com/container-compose/cli

https://github.com/noghartt/container-compose

Haven't tried them because I'm still on Sequoia but if some of you try them, I'd be interested in the production readiness :)

GitHub - Mcrich23/Container-Compose: A docker-compose clone for Apple Container

A docker-compose clone for Apple Container. Contribute to Mcrich23/Container-Compose development by creating an account on GitHub.

GitHub