From f55de685d8213bd90ec15e1119cb03b49427b8c0 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 5 May 2025 15:27:14 +0200 Subject: [PATCH] Add docker for testing --- vm/docker.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vm/docker.sh b/vm/docker.sh index 5e8d897..7d44fa0 100644 --- a/vm/docker.sh +++ b/vm/docker.sh @@ -26,7 +26,7 @@ METHOD="" NSAPP="debian12vm" var_os="debian" var_version="12" -DISK_SIZE="8G" +DISK_SIZE="4G" YW=$(echo "\033[33m") BL=$(echo "\033[36m") @@ -146,6 +146,7 @@ function default_settings() { FORMAT=",efitype=4m" MACHINE="" DISK_CACHE="" + DISK_SIZE="4G" HN="docker" CPU_TYPE="" CORE_COUNT="2" @@ -159,6 +160,7 @@ function default_settings() { echo -e "${DGN}Using Virtual Machine ID: ${BGN}${VMID}${CL}" echo -e "${DGN}Using Machine Type: ${BGN}i440fx${CL}" echo -e "${DGN}Using Disk Cache: ${BGN}None${CL}" + echo -e "${DISKSIZE}${BOLD}${DGN}Disk Size: ${BGN}$DISK_SIZE${CL}" echo -e "${DGN}Using Hostname: ${BGN}${HN}${CL}" echo -e "${DGN}Using CPU Model: ${BGN}KVM64${CL}" echo -e "${DGN}Allocated Cores: ${BGN}${CORE_COUNT}${CL}"