mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
build: Latest VirtIO drivers
This commit is contained in:
parent
a49af1b7fa
commit
21829d3e3a
1 changed files with 2 additions and 2 deletions
|
|
@ -19,15 +19,15 @@ COPY ./src /run/
|
||||||
COPY ./assets /run/assets
|
COPY ./assets /run/assets
|
||||||
|
|
||||||
ADD https://raw.githubusercontent.com/ElliotKillick/Mido/main/Mido.sh /run/mido.sh
|
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
|
ADD https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso /run/drivers.iso
|
||||||
|
|
||||||
RUN chmod +x /run/*.sh
|
RUN chmod +x /run/*.sh
|
||||||
|
|
||||||
EXPOSE 8006
|
EXPOSE 8006
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
|
|
||||||
ENV CPU_CORES "2"
|
|
||||||
ENV RAM_SIZE "4G"
|
ENV RAM_SIZE "4G"
|
||||||
|
ENV CPU_CORES "2"
|
||||||
ENV DISK_SIZE "64G"
|
ENV DISK_SIZE "64G"
|
||||||
|
|
||||||
ARG VERSION_ARG "0.0"
|
ARG VERSION_ARG "0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue