mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-23 02:39:59 +08:00
e0c122c3fc
this builds catalina with 200G of disk space
19 lines
323 B
YAML
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
|