2025-10-13 15:52:51 -03:00
2025-06-20 11:09:28 -03:00
2025-06-19 14:44:50 -03:00
2025-06-19 14:44:50 -03:00
2025-06-14 22:35:26 -03:00
2025-06-13 12:22:11 -03:00
2025-06-13 12:22:11 -03:00
2025-06-14 17:38:14 -03:00
2025-10-13 15:52:51 -03:00

Note

⚠️ container-compose is being put in archive-mode due to me not having time to maintain this project. If you want to use a maintained tool, I recommend: container-compose.

container-compose

A CLI to let you use the Apple container like a docker-compose config file.

Warning

This tool is on "alpha" mode, which means that you can find a lot of bugs or missing features. If you find anything, feel free to open an issue. Thank you! :)

How to install

Installing via Homebrew

brew tap noghartt/container-compose https://github.com/noghartt/container-compose.git
brew install noghartt/container-compose/container-compose

Installing via cargo

cargo install container-compose

Downloading binary

We have made a .tar.gz containing the binary available on the release page. If you prefer to have your binary from there.

Running container-compose

To run container-compose from the source code, first ensure you have Rust installed.

  1. Clone the repository:

    git clone https://github.com/noghartt/container-compose.git
    cd container-compose
    
  2. Build the project:

    cargo build --release
    
  3. Run container-compose using Cargo:

    cargo run -- <command> [options]
    

    For example, to start services:

    cargo run -- up
    

You can also run the compiled binary directly:

./target/release/container-compose <command> [options]

Replace <command> and [options] with the desired subcommand and arguments.

Description
A docker-compose like tool for Apple Containers
Readme MIT 170 KiB
Languages
Rust 90.5%
Nix 5.2%
Ruby 4.3%