kd0807
kd0807

Reputation: 660

Installing GNOME Desktop on Centos 7 minimal : Docker image

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

Answers (2)

user2915097
user2915097

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

SOP
SOP

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

Related Questions