docs: adjustment to install for docker
This commit is contained in:
parent
12c07e0175
commit
f8f3f8169c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue