Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

X inside VE

1 byte added, 09:03, 13 April 2016
Using Xephyr: changed comma to dot in DISPLAY value
=== Single application ===
To run an X application inside a [[container]], one need needs simply to connect to a container with '''ssh -X''':
<pre>
host# ssh -2 -c blowfish -X user@address
Change your display settings (don't forget to change them back after you establish a connection)
<pre>DISPLAY=:1,.0</pre>
Forward your application or desktop over ssh to Xephyr
Anonymous user