diff options
| author | name <[email protected]> | 2020-06-04 18:35:57 +0000 |
|---|---|---|
| committer | name <[email protected]> | 2020-06-04 18:35:57 +0000 |
| commit | 504fc0852a1c179df8023f19bb7bafcca5fd6efa (patch) | |
| tree | ecf70bc6c1437a339acebc70089bac55203b1cbe | |
| parent | Docker-OSX! (diff) | |
| download | docker-osx-504fc0852a1c179df8023f19bb7bafcca5fd6efa.tar.xz docker-osx-504fc0852a1c179df8023f19bb7bafcca5fd6efa.zip | |
Readme expand
| -rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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 ``` |