diff options
| author | Raphael Chriqui <[email protected]> | 2020-06-05 14:53:19 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-05 14:53:19 +0200 |
| commit | 88afb9a3e3436c3a3852c74dc20c68d5f967f915 (patch) | |
| tree | f139d89ed7924ae5cafcc6bdddc6a0148a06440c | |
| parent | More reasonable command to account for every $DISPLAY number (diff) | |
| download | docker-osx-88afb9a3e3436c3a3852c74dc20c68d5f967f915.tar.xz docker-osx-88afb9a3e3436c3a3852c74dc20c68d5f967f915.zip | |
Readme Typo
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -103,8 +103,8 @@ sudo apt install x11-xserver-utils # CENTOS RHEL FEDORA sudo yum install xorg-x11-server-utils -# then runx -host + +# then run +xhost + docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx ./OpenCore-Boot.sh ``` @@ -207,4 +207,4 @@ docker run --privileged -v /tmp/.X11-unix:/tmp/.X11-unix docker-osx:latest ## Todo: ``` # persistent disk with least amount of pre-build errands. -```
\ No newline at end of file +``` |