https://github.com/jeduardo/container-compose
Another compose tool for Apple's container.
https://github.com/jeduardo/container-compose
apple compose container docker macos
Last synced: 2 months ago
JSON representation
Another compose tool for Apple's container.
- Host: GitHub
- URL: https://github.com/jeduardo/container-compose
- Owner: jeduardo
- License: gpl-3.0
- Created: 2025-10-13T21:13:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-17T21:47:58.000Z (9 months ago)
- Last Synced: 2025-10-25T07:29:57.728Z (9 months ago)
- Topics: apple, compose, container, docker, macos
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# container-compose
Yet another [Docker Compose](https://docs.docker.com/compose/) equivalent for
Apple's [container](https://github.com/apple/container).
There are many container-composes around, and this one is mine, built in Go.
> [!CAUTION]
> This software is pre-alpha, developed and tested on macOS 26 only.
> Use it with a lot of caution.
## Pre-requisites
- Apple's [container](https://github.com/apple/container) needs to be installed.
- You need to be on macOS 26 for best results.
## Supported commands
- [ ] attach
- [ ] build
- [ ] commit
- [ ] config
- [ ] cp
- [ ] create
- [-] down
- [ ] events
- [ ] exec
- [ ] export
- [ ] images
- [ ] kill
- [ ] logs
- [ ] ls
- [ ] pause
- [ ] port
- [ ] ps
- [ ] publish
- [ ] pull
- [ ] push
- [ ] restart
- [ ] rm
- [ ] run
- [ ] scale
- [ ] start
- [ ] stats
- [ ] stop
- [ ] top
- [ ] unpause
- [-] up
- [ ] version
- [ ] volumes
- [ ] wait
- [ ] watch