This commit is contained in:
kayaeymenyigit5 2026-02-22 16:13:18 +03:00 committed by GitHub
commit efaf570d08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,8 @@
# Build: # Build:
# #
# docker build -t docker-osx . # docker build -t docker-osx .
# docker build -t docker-osx --build-arg VERSION=10.15.5 --build-arg SIZE=200G . # docker build -t docker-osx --build-arg VERSION=26 --build-arg SIZE=200G .
# docker build -t docker-osx-sonoma --build-arg BRANCH=sonoma --build-arg SHORTNAME=sonoma . # docker build -t docker-osx-sonoma --build-arg BRANCH=tahoe --build-arg SHORTNAME=tahoe .
# #
# Basic Run: # Basic Run:
# #
@ -39,7 +39,7 @@
# #
# -v $PWD/disk.img:/image # -v $PWD/disk.img:/image
# -e SIZE=200G # -e SIZE=200G
# -e VERSION=10.15.6 # -e VERSION=26
# -e RAM=5 # -e RAM=5
# -e SMP=4 # -e SMP=4
# -e CORES=4 # -e CORES=4
@ -57,7 +57,7 @@ LABEL maintainer='https://twitter.com/sickcodes <https://sick.codes>'
SHELL ["/bin/bash", "-c"] SHELL ["/bin/bash", "-c"]
# change disk size here or add during build, e.g. --build-arg VERSION=10.14.5 --build-arg SIZE=50G # change disk size here or add during build, e.g. --build-arg VERSION=26 --build-arg SIZE=50G
ARG SIZE=200G ARG SIZE=200G
ARG PARALLEL_DOWNLOADS=30 ARG PARALLEL_DOWNLOADS=30
@ -357,7 +357,7 @@ VOLUME ["/tmp/.X11-unix"]
# If BaseSystem.img does not exist, download ${SHORTNAME} # If BaseSystem.img does not exist, download ${SHORTNAME}
# shortname default is below # shortname default is below
ENV SHORTNAME=sequoia ENV SHORTNAME=tahoe
ENV BASESYSTEM_IMAGE=BaseSystem.img ENV BASESYSTEM_IMAGE=BaseSystem.img