aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorname <[email protected]>2020-06-04 18:35:57 +0000
committername <[email protected]>2020-06-04 18:35:57 +0000
commit504fc0852a1c179df8023f19bb7bafcca5fd6efa (patch)
treeecf70bc6c1437a339acebc70089bac55203b1cbe
parentDocker-OSX! (diff)
downloaddocker-osx-504fc0852a1c179df8023f19bb7bafcca5fd6efa.tar.xz
docker-osx-504fc0852a1c179df8023f19bb7bafcca5fd6efa.zip
Readme expand
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8eb7815..8e573a8 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,14 @@ Author: Sick.Codes https://sick.codes/
Credits: OSX-KVM project among many others: https://github.com/kholia/OSX-KVM/blob/master/CREDITS.md
```
-docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx:latest
+git clone https://github.com/sickcodes/Docker-OSX.git
+
+cd Docker-OSX
+
+docker build -t docker-osx .
+
+docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix docker-osx
+
```
# Instant OSX-KVM in a BOX!
@@ -24,15 +31,11 @@ This file builds on top of the work done by Dhiru Kholia and many others on the
# Custom Build
```
-git clone https://github.com/sickcodes/Docker-OSX.git
-
-cd Docker-OSX
-
docker build -t docker-osx:latest \
--build-arg VERSION=10.14.6 \
--build-arg SIZE=200G
-docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx:latest
+docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix docker-osx:latest
```