Docker-OSX/docker-compose.yml
parasquid e0c122c3fc add example docker-compose
this builds catalina with 200G of disk space
2020-06-08 14:49:45 +08:00

19 lines
323 B
YAML

version: '3.1'
services:
osx:
build:
context: .
args:
- SIZE=200G
- VERSION=10.15.5
image: sickcodes/docker-osx
privileged: true
environment:
DISPLAY: ${DISPLAY:-:0.0}
network_mode: "host"
cap_add:
- ALL
volumes:
- ./tmp/.X11-unix:/tmp/.X11-unix