<div dir="ltr">Hey,<div><br></div><div>I followed your instructions in the page Demo of your website (<a href="https://www.spice-space.org/demos.html">https://www.spice-space.org/demos.html</a>) and something went wrong.</div><div><br></div><div>When I make a dockerfile and put your text into it </div><pre style="box-sizing:border-box;overflow:auto;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:13px;padding:9.5px;margin-top:0px;margin-bottom:10px;line-height:1.42857;color:rgb(51,51,51);word-break:break-all;background-color:rgb(245,245,245);border:1px solid rgb(204,204,204);border-radius:4px"><span class="gmail-k" style="box-sizing:border-box;color:rgb(0,112,32);font-weight:bold">FROM</span><span class="gmail-w" style="box-sizing:border-box;color:rgb(187,187,187)"> </span><span class="gmail-s" style="box-sizing:border-box;color:rgb(64,112,160)">fedora:latest</span>
<span class="gmail-k" style="box-sizing:border-box;color:rgb(0,112,32);font-weight:bold">RUN</span><span class="gmail-w" style="box-sizing:border-box;color:rgb(187,187,187)"> </span>dnf install -y xorg-x11-server-Xspice
<span class="gmail-k" style="box-sizing:border-box;color:rgb(0,112,32);font-weight:bold">EXPOSE</span><span class="gmail-w" style="box-sizing:border-box;color:rgb(187,187,187)"> </span><span class="gmail-s" style="box-sizing:border-box;color:rgb(64,112,160)">5900/tcp</span>
<span class="gmail-k" style="box-sizing:border-box;color:rgb(0,112,32);font-weight:bold">ENV</span><span class="gmail-w" style="box-sizing:border-box;color:rgb(187,187,187)"> </span><span class="gmail-nv" style="box-sizing:border-box;color:rgb(187,96,213)">DISPLAY</span><span class="gmail-o" style="box-sizing:border-box;color:rgb(102,102,102)">=</span>:1.0 </pre><pre style="box-sizing:border-box;overflow:auto;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:13px;padding:9.5px;margin-top:0px;margin-bottom:10px;line-height:1.42857;color:rgb(51,51,51);word-break:break-all;background-color:rgb(245,245,245);border:1px solid rgb(204,204,204);border-radius:4px">CMD<span class="gmail-w" style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(187,187,187)"> </span>Xspice --port <span class="gmail-m" style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(32,128,80)">5900</span> --disable-ticketing <span class="gmail-nv" style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(187,96,213)">$DISPLAY</span>  > /dev/null <span class="gmail-m" style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(32,128,80)">2</span>><span class="gmail-p" style="background-color:rgb(255,255,255);box-sizing:border-box">&</span><span class="gmail-m" style="background-color:rgb(255,255,255);box-sizing:border-box;color:rgb(32,128,80)">1</span> <span class="gmail-p" style="background-color:rgb(255,255,255);box-sizing:border-box">&</span>  /usr/bin/bash</pre><div><br></div><div>, it doesn't start X server but if I run your docker image <span style="background-color:rgb(245,245,245);color:rgb(51,51,51);font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:13px"><a href="http://quay.io/spice/xspice:latest">quay.io/spice/xspice:latest</a>, everything is ok.</span></div><div><br></div><div>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.</div><div><br></div><div>Would you please check and correct dockerfile suggested, or send me the content of <span style="background-color:rgb(245,245,245);color:rgb(51,51,51);font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:13px"><a href="http://quay.io/spice/xspice:latest">quay.io/spice/xspice:latest</a>?</span></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">---------------------------------------<br>   Sincerely,<br>   Ali Dehghan <br><br></div></div></div></div>