CentOS 7.x lxc use graphical applications

From Notes_Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Home > CentOS > CentOS 7.x > Virtualization > Lxc > CentOS 7.x lxc use graphical applications

By default lxc templates only have command-line utilities as graphical access to containers is not very common. However, if graphical access is required use:

  1. List available environments
    yum group list
  2. Install desired enviornment such as "GNOME Desktop" using
    yum install @^"GNOME Desktop"
  3. Exit from container
  4. Use "ssh -X" to connect to container with X11 forwarding enabled
  5. Try to run graphical application such as "gedit &" and validate.


Home > CentOS > CentOS 7.x > Virtualization > Lxc > CentOS 7.x lxc use graphical applications