mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
build: Import QEMU filesystem (#88)
This commit is contained in:
parent
2da452401b
commit
bc2d8fff54
@ -1,4 +1,5 @@
|
|||||||
FROM qemux/qemu-docker:latest
|
FROM scratch
|
||||||
|
COPY --from=qemux/qemu-docker:latest / /
|
||||||
|
|
||||||
ARG DEBCONF_NOWARNINGS="yes"
|
ARG DEBCONF_NOWARNINGS="yes"
|
||||||
ARG DEBIAN_FRONTEND "noninteractive"
|
ARG DEBIAN_FRONTEND "noninteractive"
|
||||||
@ -21,7 +22,6 @@ RUN chmod +x /run/*.sh
|
|||||||
EXPOSE 8006 3389
|
EXPOSE 8006 3389
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
|
|
||||||
ENV BOOT ""
|
|
||||||
ENV RAM_SIZE "4G"
|
ENV RAM_SIZE "4G"
|
||||||
ENV CPU_CORES "2"
|
ENV CPU_CORES "2"
|
||||||
ENV DISK_SIZE "64G"
|
ENV DISK_SIZE "64G"
|
||||||
|
Loading…
Reference in New Issue
Block a user