🍺 BREW Explorer

← all formulae

container-compose

brew install container-compose v1.0.0 MIT

Manage Apple Container with Docker Compose files

460
30-day installs · #1830
783
90-day · #2435
1.8k
365-day · #2923
667
★ GitHub stars · updated 2mo ago

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Manage Apple Container with Docker Compose files",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:35+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "container-compose",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-11T18:39:22Z",
  "github_readme_excerpt": "# Container-Compose\n\nContainer-Compose brings (limited) Docker Compose support to [Apple Container](https://github.com/apple/container), allowing you to define and orchestrate multi-container applications on Apple platforms using familiar Compose files. This project is not a Docker or Docker Compose wrapper but a tool to bridge Compose workflows with Apple\u0027s container management ecosystem.\n\n\u003e **Note:** Container-Compose does not automatically configure DNS for macOS 15 (Sequoia). Use macOS 26 (Tahoe) for an optimal experience.\n\n## Features\n\n- **Compose file support:** Parse and interpret `docker-compose.yml` files to configure Apple Containers.\n- **Apple Container orchestration:** Launch and manage multiple containerized services using Apple\u2019s native container runtime.\n- **Environment configuration:** Support for environment variable files (`.env`) to customize deployments.\n- **Service dependencies:** Specify service dependencies and startup order.\n- **Volume and network mapping:** Map data and networking as specified in Compose files to Apple Container equivalents.\n- **Extensible:** Designed for future extension and customization.\n\n## Getting Started\n\n### Prerequisites\n\n- A Mac running macOS with Apple Container support (macOS Sonoma or later recommended)\n- Git\n- [Xcode command line tools](https://developer.apple.com/xcode/resources/) (for building, if building from source)\n\n### Installation\n\nYou can install Container-Compose via **Homebrew** (recommended):\n\n```sh\nbrew update\nbrew install container-compose\n````\n\nOr, build it from source:\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/Mcrich23/Container-Compose.git\n   cd Container-Compose\n   ```\n\n2. **Build the executable:**\n\n   \u003e *Note: Ensure you have Swift installed (or the required toolchain).*\n\n   ```sh\n   make build\n   ```\n\n3. **(Optional)**: Install globally\n\n   ```sh\n   make install\n   ```\n\n### Usage\n\nAfter installation, simply run:\n\n```sh\ncontainer-compose up\n```\n\nYou may need to pr",
  "github_repo": "mcrich23/container-compose",
  "github_stars": 667,
  "github_topics": [],
  "homepage": "https://github.com/mcrich23/container-compose",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 460,
  "installs_365d": 1848,
  "installs_90d": 783,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "container-compose",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1830,
  "rank_365d": 2923,
  "rank_90d": 2435,
  "raw_hash": "8debb6755ec75f05",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/container-compose.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.0.0",
  "versioned_formulae": [],
  "why_use_this": null
}