services: windows: # needs to be privileged in order for shared directories to work privileged: true image: dockurr/windows container_name: windows environment: VERSION: "11" DISK_SIZE: "64G" devices: - /dev/kvm - /dev/net/tun cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/tcp - 3389:3389/udp volumes: - /home/primary/Downloads/tiny11.iso:/custom.iso - /home/primary/school/spring-2025/CSE3120/vm/oem:/oem # shared samba dir - /home/primary/school/spring-2025/CSE3120/vm/shared:/data stop_grace_period: 2m