From 54e57b2f8b8c5e5b0e4562b8511ac35b03a926c7 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Sun, 26 May 2024 12:31:31 +0200 Subject: [PATCH] feat: automatic installation of .reg file --- compose.yaml | 23 +++++++++++++++++++++++ {install => oem}/RDPApps.reg | 0 oem/install.bat | 3 +++ 3 files changed, 26 insertions(+) create mode 100644 compose.yaml rename {install => oem}/RDPApps.reg (100%) create mode 100644 oem/install.bat diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..173fc8a --- /dev/null +++ b/compose.yaml @@ -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 diff --git a/install/RDPApps.reg b/oem/RDPApps.reg similarity index 100% rename from install/RDPApps.reg rename to oem/RDPApps.reg diff --git a/oem/install.bat b/oem/install.bat new file mode 100644 index 0000000..182423c --- /dev/null +++ b/oem/install.bat @@ -0,0 +1,3 @@ +@echo off + +REG IMPORT C:\OEM\RDPApps.reg