mirror of
https://github.com/dockur/windows.git
synced 2025-09-05 21:40:45 +00:00
Update Dockerfile
Windows minimum requirements
This commit is contained in:
parent
945e27f72c
commit
320b6d58a3
@ -38,6 +38,6 @@ EXPOSE 3389 8006
|
|||||||
ENV VERSION="11"
|
ENV VERSION="11"
|
||||||
ENV RAM_SIZE="4G"
|
ENV RAM_SIZE="4G"
|
||||||
ENV CPU_CORES="2"
|
ENV CPU_CORES="2"
|
||||||
ENV DISK_SIZE="64G"
|
ENV DISK_SIZE="8G"
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user