mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
feat: Override environment variable
This commit is contained in:
parent
ca54001bc0
commit
784bf5ef24
1 changed files with 2 additions and 0 deletions
|
|
@ -21,9 +21,11 @@ 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"
|
||||||
|
ENV VERSION "win11"
|
||||||
|
|
||||||
ARG VERSION_ARG "0.0"
|
ARG VERSION_ARG "0.0"
|
||||||
RUN echo "$VERSION_ARG" > /run/version
|
RUN echo "$VERSION_ARG" > /run/version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue