mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-16 02:02:24 +00:00
macOSWindows
This commit is contained in:
parent
ae4e124337
commit
a51a869cec
42
MacWindows/Windows/docker-compose.yaml
Normal file
42
MacWindows/Windows/docker-compose.yaml
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
services:
|
||||||
|
macos:
|
||||||
|
image: dockurr/windows
|
||||||
|
container_name: windows
|
||||||
|
environment:
|
||||||
|
VERSION: "11"
|
||||||
|
DISK_SIZE: "50G"
|
||||||
|
RAM_SIZE: "4G"
|
||||||
|
CPU_CORES: "4"
|
||||||
|
# DHCP: "Y" # if enabled you must also create a macvlan to place the container on
|
||||||
|
USERNAME: "james"
|
||||||
|
PASSWORD: "jimsgarage"
|
||||||
|
LANGUAGE: "ENGLISH"
|
||||||
|
REGION: "en-GB"
|
||||||
|
KEYBOARD: "en-GB"
|
||||||
|
GPU: "Y"
|
||||||
|
devices:
|
||||||
|
- /dev/kvm
|
||||||
|
- /dev/net/tun
|
||||||
|
- /dev/dri/renderD128
|
||||||
|
- /dev/vfio
|
||||||
|
- /dev/dri/card0
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
ports:
|
||||||
|
- 8007:8006
|
||||||
|
- 3389:3389/tcp
|
||||||
|
- 3389:3389/udp
|
||||||
|
volumes:
|
||||||
|
- ./windows:/storage
|
||||||
|
restart: always
|
||||||
|
stop_grace_period: 2m
|
||||||
|
networks:
|
||||||
|
windows:
|
||||||
|
ipv4_address: 172.70.25.2
|
||||||
|
|
||||||
|
networks:
|
||||||
|
windows:
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.70.25.0/29
|
||||||
|
name: windows
|
33
MacWindows/macOS/docker-compose.yaml
Normal file
33
MacWindows/macOS/docker-compose.yaml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
services:
|
||||||
|
macos:
|
||||||
|
image: dockurr/macos
|
||||||
|
container_name: macos
|
||||||
|
environment:
|
||||||
|
VERSION: "15"
|
||||||
|
DISK_SIZE: "50G"
|
||||||
|
RAM_SIZE: "6G"
|
||||||
|
CPU_CORES: "4"
|
||||||
|
# DHCP: "Y" # if enabled you must also create a macvlan to place the container on
|
||||||
|
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
|
||||||
|
networks:
|
||||||
|
macos:
|
||||||
|
ipv4_address: 172.70.20.2
|
||||||
|
|
||||||
|
networks:
|
||||||
|
macos:
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.70.20.0/29
|
||||||
|
name: macos
|
Loading…
x
Reference in New Issue
Block a user