aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-02-26 09:25:40 +0000
committersickcodes <[email protected]>2021-02-26 09:25:40 +0000
commit91131a6bbbe92615852e14e4b8e427ebe743f3a5 (patch)
tree44e585e3756fb9bc799266036a208dc5b3604dfc /README.md
parentFix /env permissions for persistence after GENERATE_UNIQUE. Fix the following... (diff)
downloaddocker-osx-91131a6bbbe92615852e14e4b8e427ebe743f3a5.tar.xz
docker-osx-91131a6bbbe92615852e14e4b8e427ebe743f3a5.zip
Add exists exits and required serial number files for building disk
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 78e1f52..5cba153 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ If you run out of space, you can delete all your Docker images/history/cache by
docker pull sickcodes/docker-osx:auto
-# boot directly into a real OSX shell with no display (Xvfb)
+# boot directly into a real OSX shell with no display (Xvfb) [HEADLESS]
docker run -it \
--device /dev/kvm \
-p 50922:10022 \
@@ -92,7 +92,7 @@ docker run -it \
docker pull sickcodes/docker-osx:auto
-# boot directly into a real OSX shell with a visual display
+# boot directly into a real OSX shell with a visual display [NOT HEADLESS]
docker run -it \
--device /dev/kvm \
-p 50922:10022 \
@@ -144,6 +144,7 @@ Supply your own local image with `-v "${PWD}/mac_hdd_ng.img:/image"` and use `si
docker pull sickcodes/docker-osx:naked
# run your own image + SSH
+# change mac_hdd_ng.img
docker run -it \
--device /dev/kvm \
-p 50922:10022 \