mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-21 21:41:31 -06:00
add example docker-compose
this builds catalina with 200G of disk space
This commit is contained in:
parent
877ab55713
commit
e0c122c3fc
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@ -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…
Reference in New Issue
Block a user