2 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement support for the `depends_on` argument in the `container-compose` CLI tool, mirroring the functionality of the `depends_on` directive in `docker-compose.yml` files. This involves parsing the `depends_on` specification from the configuration file and ensuring that services are started in the correct order based on their dependencies.

Complexity: 4/5
enhancement good first issue

A docker-compose like tool for Apple Containers

Rust

AI Summary: Implement support for `cpu_count` and `mem_limit` arguments in the `container-compose` CLI tool, mirroring the functionality of Docker Compose's similar attributes. This involves parsing these arguments from a configuration file (likely YAML) and translating them into the appropriate `--cpus` and `--memory` flags when invoking the underlying `container run` command.

Complexity: 3/5
enhancement good first issue

A docker-compose like tool for Apple Containers

Rust