Skip to content

Instantly share code, notes, and snippets.

@yemix
Created November 25, 2025 22:43
Show Gist options
  • Select an option

  • Save yemix/a39651696a2b118f37fd27be881b9f64 to your computer and use it in GitHub Desktop.

Select an option

Save yemix/a39651696a2b118f37fd27be881b9f64 to your computer and use it in GitHub Desktop.
services:
macos:
image: dockurr/macos
container_name: macos
environment:
VERSION: "13"
CPU_CORES: "4"
RAM_SIZE: "8G"
DISK_SIZE: "64G"
WIDTH: "1600"
HEIGHT: "900"
GPU: "Y"
VGA: "virtio-vga"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 5900:5900/tcp
- 5900:5900/udp
volumes:
- ./macos:/storage
restart: always
stop_grace_period: 2m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment