Hey, I followed your instructions in the page Demo of your website ( https://www.spice-space.org/demos.html) and something went wrong.
When I make a dockerfile and put your text into it FROM fedora:latestRUN dnf install -y xorg-x11-server-XspiceEXPOSE 5900/tcpENV DISPLAY=:1.0 CMD Xspice --port 5900 --disable-ticketing $DISPLAY > /dev/null 2>&1 & /usr/bin/bash , it doesn't start X server but if I run your docker image quay.io/spice/xspice:latest, everything is ok. I wanted to use xspice for browser isolation. When I install chrome on your docker-image it is okay and xspice works well (but your image fedora is outdated). When I use your suggested content in dockerfile, it fails. Would you please check and correct dockerfile suggested, or send me the content of quay.io/spice/xspice:latest? --------------------------------------- Sincerely, Ali Dehghan