You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# allow Docker to use your X server
xhost +local:docker
# solve selinux problem on Fedora: https://unix.stackexchange.com/a/387744
docker run --rm -it --security-opt label=type:container_runtime_t \
-e "DISPLAY=$DISPLAY" \
-v "/tmp/.X11-unix:/tmp/.X11-unix" \
dungeon-crawler:latest-x11