add example docker-compose

this builds catalina with 200G of disk space
pull/25/head
parasquid 5 years ago
parent 877ab55713
commit e0c122c3fc

@ -0,0 +1,18 @@
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
Loading…
Cancel
Save