From e8f0ce79d5ab680301ea7305423936c819a7c28e Mon Sep 17 00:00:00 2001 From: Afonso Franco Date: Wed, 28 Sep 2022 21:24:35 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b5d3d8b..0aaadc4d 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ git clone https://gitea.olympuslab.net/afonso/core-extra.git cd core-extra # build image -sudo docker build -t core . +sudo docker build -t core-extra . # 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 xhost +local:root