Open Issues Need Help
View All on GitHubAI 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.
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.