install: updated and added dockerfiles for ubuntu/centos, updated notes on install page to correlate
This commit is contained in:
parent
2e3e085522
commit
28d3deeee8
4 changed files with 75 additions and 102 deletions
|
@ -218,9 +218,9 @@ You can leverage the provided Dockerfile, to run and launch CORE within a Docker
|
|||
git clone https://github.com/coreemu/core.git
|
||||
cd core
|
||||
# build image
|
||||
sudo docker build -t core .
|
||||
sudo docker build -t core.<cenots,ubuntu> -f Dockerfile.<centos,ubuntu>
|
||||
# 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.<centos,ubuntu>
|
||||
# enable xhost access to the root user
|
||||
xhost +local:root
|
||||
# launch core-gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue