feat: Windows 11 support (#6)

This commit is contained in:
Kroese 2024-01-14 20:32:24 +01:00 committed by GitHub
parent 748bf5f4e7
commit 131fa1379b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 14 deletions

View file

@ -8,17 +8,23 @@ RUN apt-get update \
&& apt-get --no-install-recommends -y install \
curl \
novnc \
swtpm \
p7zip-full \
genisoimage \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY ./src /run/
ADD https://raw.githubusercontent.com/ElliotKillick/Mido/main/Mido.sh /run/mido.sh
ADD https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso /run/drivers.iso
RUN chmod +x /run/*.sh
EXPOSE 8006
VOLUME /storage
ENV CPU_CORES "1"
ENV CPU_CORES "2"
ENV RAM_SIZE "4G"
ENV DISK_SIZE "64G"