aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: cc996b0dc6dc86c2609c001f9914a14461353d61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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