Reputation: 660
I have installed GNOME Desktop in Centos 7 minimal Docker image using the following command. yum groupinstall "GNOME Desktop" "Graphical Administration Tools" .
I enabled the GUI Instance by: ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
I am unable to access the GUI mode. Can anyone guide how to do it?
Upvotes: 4
Views: 5757
Reputation: 32216
the best explanation I have seen on that subject is this post https://linuxmeerkat.wordpress.com/2014/10/17/running-a-gui-application-in-a-docker-container/
Upvotes: 0
Reputation: 801
try echo $DISPLAY to see the installed GUI visit https://askubuntu.com/questions/432610/how-to-know-which-processes-have-the-display-variable-set
Upvotes: 3