mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
Enable any client connect to X host
This commit is contained in:
6
run.sh
6
run.sh
@@ -4,10 +4,16 @@ SE_enforcing=`getenforce` || true
|
||||
|
||||
sudo setenforce Permissive || true
|
||||
|
||||
# Enable any host to connect on X Org
|
||||
xhost +
|
||||
|
||||
docker run -ti --rm \
|
||||
-e DISPLAY \
|
||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
--device /dev/dri \
|
||||
edubart/otclient
|
||||
|
||||
# Enable any host to connect on X Org
|
||||
xhost -
|
||||
|
||||
sudo setenforce $SE_enforcing || true
|
||||
|
Reference in New Issue
Block a user