Skip to content

Instantly share code, notes, and snippets.

View NameOfTheDragon's full-sized avatar
🌟
Freelance .NET developer for hire

Tim Long NameOfTheDragon

🌟
Freelance .NET developer for hire
View GitHub Profile
@NameOfTheDragon
NameOfTheDragon / docker-compose.yaml
Created May 14, 2025 22:06
Windows in Docker under Linux
version: '3'
services:
windows:
image: dockurr/windows
container_name: windows
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports: