Untags
danger
fuck apple
container
安装和卸载
install `container-installer-signed.pkg` and `container-dSYM.zip`
# 卸载所有
uninstall-container.sh -d
# 卸载并保留数据
uninstall-container.sh -k
启动和停止
# start
container system start
# stop
container system stop
container-compose
brew update
brew install container-compose
# You may need to provide a path to your docker-compose.yml and .env file as arguments.
container-compose up
issues
- 只有 macOS 26 及以上 才支持 network 功能
- compose 的 environment 兼容性不足 (https://github.com/Mcrich23/Container-Compose/issues/2)
# docker-compose
docker_compose:
environment:
- SINGLE_REGISTRY=true
# container-compose
container_compose:
environment:
SINGLE_REGISTRY: true