mirror of
https://github.com/dockur/windows.git
synced 2025-10-26 19:05:49 +00:00
feat: Improved installation (#39)
This commit is contained in:
parent
27bb072401
commit
06722236be
6 changed files with 163 additions and 268 deletions
|
|
@ -19,15 +19,15 @@ COPY ./src /run/
|
|||
COPY ./assets /run/assets
|
||||
|
||||
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
|
||||
|
||||
EXPOSE 8006
|
||||
EXPOSE 3389 8006
|
||||
VOLUME /storage
|
||||
|
||||
ENV CPU_CORES "2"
|
||||
ENV RAM_SIZE "4G"
|
||||
ENV CPU_CORES "2"
|
||||
ENV DISK_SIZE "64G"
|
||||
|
||||
ARG VERSION_ARG "0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue