aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.naked
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-05-06 07:48:00 +0000
committerGitHub <[email protected]>2021-05-06 07:48:00 +0000
commita4c83df19280960a94032cb0228bed3c28a1a7ec (patch)
treeb7daf80a6c6839d1badf31902cbb970544e204b0 /Dockerfile.naked
parentUpdate README.md with Big Sur 11.3 Fixes (diff)
parentPrepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon b... (diff)
downloaddocker-osx-a4c83df19280960a94032cb0228bed3c28a1a7ec.tar.xz
docker-osx-a4c83df19280960a94032cb0228bed3c28a1a7ec.zip
Merge pull request #270 from sickcodes/boot-args-cpu
Prepare nakedvnc for hub.docker.com. Add `ENV BOOT_ARGS=` to supply additon boot arguments, for example, `+vmx,rdtscp`. Add `ENV CPU=Penryn` to allow changes to the CPU emulation, for example, `Skylake-Client`
Diffstat (limited to 'Dockerfile.naked')
-rw-r--r--Dockerfile.naked8
1 files changed, 7 insertions, 1 deletions
diff --git a/Dockerfile.naked b/Dockerfile.naked
index 94aa456..eaec654 100644
--- a/Dockerfile.naked
+++ b/Dockerfile.naked
@@ -7,7 +7,7 @@
#
# Title: Docker-OSX (Mac on Docker)
# Author: Sick.Codes https://twitter.com/sickcodes
-# Version: 4.3
+# Version: 4.4
# License: GPLv3+
# Repository: https://github.com/sickcodes/Docker-OSX
# Website: https://sick.codes
@@ -113,8 +113,14 @@ RUN mkdir -p ~/.ssh \
ENV ADDITIONAL_PORTS=
+# add additional QEMU boot arguments
+ENV BOOT_ARGS=
+
ENV BOOTDISK=
+# edit the CPU that is beign emulated
+ENV CPU=Penryn
+
ENV DISPLAY=:99
ENV HEADLESS=false