feat: automatic installation of .reg file

This commit is contained in:
Oskar Manhart 2024-05-26 12:31:31 +02:00
parent df42c44d9f
commit 54e57b2f8b
3 changed files with 26 additions and 0 deletions

23
compose.yaml Normal file
View File

@ -0,0 +1,23 @@
name: "winapps"
volumes:
data:
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "tiny11"
RAM_SIZE: "8G"
CPU_CORES: "4"
privileged: true
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
restart: on-failure
volumes:
- data:/storage
- ./oem:/oem

3
oem/install.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
REG IMPORT C:\OEM\RDPApps.reg