Windows (Dockurr)

Deploy various Windows versions, from XP to Server 2025, in a container. Get started quickly with automated setup, KVM acceleration, and a web viewer.

Run a complete, high-performance Windows operating system directly inside a Docker container. This tool automates the entire installation process, allowing you to deploy a fresh Windows environment with just a few commands. Simply start the container, connect via your web browser, and watch as your chosen version of Windows is installed automatically. It leverages KVM acceleration to ensure smooth and responsive performance, making it suitable for a wide range of tasks.

The project is incredibly flexible, offering extensive customization options through simple environment variables. Key features include:

  • Wide OS Support: Install numerous versions, from classic Windows XP and Windows 7 to modern Windows 11 and various Windows Server editions.
  • Resource Allocation: Easily configure the amount of CPU cores, RAM, and disk size for your virtual machine.
  • Hardware Passthrough: Connect physical devices by passing through USB devices or entire disk partitions directly to the container.
  • Easy File Sharing: A dedicated shared folder is automatically created on the desktop for seamless file exchange with the host machine.
  • Remote Access: Manage the installation through the built-in web-based viewer and connect via any RDP client for a full desktop experience.

Directory Structure

windows-dockurr
windows
storage
.env
docker-compose.yml

docker-compose.yml

services:
  windows:
    image: dockur/windows
    container_name: windows
    devices:
      - /dev/kvm
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
      - 3389:3389/tcp
      - 3389:3389/udp
    stop_grace_period: 2m
    restart: on-failure
    environment:
      VERSION: "win11"
      RAM_SIZE: "4G"
      CPU_CORES: "2"
      DISK_SIZE: "64G"
      PASSWORD: ${PASSWORD}
    volumes:
      - ./storage:/storage

.env

PASSWORD=your_secure_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Windows (Dockurr)

Favicon

 

  
  
Favicon

 

  
  
Favicon