Releases: urjitbhatia/fruitbox
Releases · urjitbhatia/fruitbox
Release list
fruitbox v0.1.0
Docker Compose for Apple's container runtime. Run an existing compose.yaml on Apple silicon without a Docker daemon.
32 commands implemented, including up/down/ps/logs/exec/build/run/watch, with config-hash recreation, health and restart supervision, concurrent log multiplexing, per-project locking, and graceful Ctrl-C. See COMPATIBILITY.md for the verified, version-checked flag and command coverage.
Install
Download fruitbox_0.1.0_darwin_arm64.tar.gz below, then:
tar -xzf fruitbox_0.1.0_darwin_arm64.tar.gz
sudo mv fruitbox /usr/local/bin/
xattr -d com.apple.quarantine /usr/local/bin/fruitbox # the binary isn't notarized yetOr go install github.com/urjitbhatia/fruitbox/cmd/fruitbox@v0.1.0.
Requires macOS 15+ on Apple silicon with Apple's container installed.