Update 'README.md'

This commit is contained in:
Afonso Franco 2022-09-28 21:24:35 +01:00
parent 5013b53605
commit e8f0ce79d5

View file

@ -15,10 +15,10 @@ git clone https://gitea.olympuslab.net/afonso/core-extra.git
cd core-extra cd core-extra
# build image # build image
sudo docker build -t core . sudo docker build -t core-extra .
# start container # start container
sudo docker run -itd --name core -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged --restart unless-stopped core sudo docker run -itd --name core -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged --restart unless-stopped core-extra
# enable xhost access to the root user # enable xhost access to the root user
xhost +local:root xhost +local:root