Skip to main content

Untags

danger

fuck apple

container

https://github.com/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

https://github.com/Mcrich23/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

# docker-compose
docker_compose:
environment:
- SINGLE_REGISTRY=true

# container-compose
container_compose:
environment:
SINGLE_REGISTRY: true