docs: adjustment to install for docker

This commit is contained in:
Blake Harnden 2023-07-25 10:17:53 -07:00
parent 12c07e0175
commit f8f3f8169c

View file

@ -277,7 +277,7 @@ make sure to update and build the Dockerfile with desired software.
git clone https://github.com/coreemu/core.git git clone https://github.com/coreemu/core.git
cd core cd core
# build image # build image
sudo docker build -t core -f dockerfiles/Dockerfile.<centos,ubuntu,oracle> . sudo docker build -t core -f dockerfiles/Dockerfile.<centos,ubuntu> .
# start container # start container
sudo docker run -itd --name core -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged core 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 # enable xhost access to the root user