From f8f3f8169c67d994f07b0c2f1968cc15c1a3f660 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:17:53 -0700 Subject: [PATCH] docs: adjustment to install for docker --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 546f37e5..51c05dbc 100644 --- a/docs/install.md +++ b/docs/install.md @@ -277,7 +277,7 @@ make sure to update and build the Dockerfile with desired software. git clone https://github.com/coreemu/core.git cd core # build image -sudo docker build -t core -f dockerfiles/Dockerfile. . +sudo docker build -t core -f dockerfiles/Dockerfile. . # start container sudo docker run -itd --name core -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged core # enable xhost access to the root user