mirror of
https://github.com/dockur/windows.git
synced 2025-10-26 19:05:49 +00:00
feat: Windows 11 support (#6)
This commit is contained in:
parent
748bf5f4e7
commit
131fa1379b
3 changed files with 28 additions and 14 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue