在 Centos 7 最小安装 GNOME 桌面:Docker 图片
Installing GNOME Desktop on Centos 7 minimal : Docker image
我已经使用以下命令在 Centos 7 最小 Docker 映像中安装了 GNOME 桌面。
百胜组安装 "GNOME Desktop" "Graphical Administration Tools" 。
我通过以下方式启用了 GUI 实例:
ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
我无法进入GUI模式。谁能指导一下怎么做?
试试 echo $DISPLAY 查看安装的 GUI
访问 https://askubuntu.com/questions/432610/how-to-know-which-processes-have-the-display-variable-set
我所见过的关于该主题的最佳解释是 post https://linuxmeerkat.wordpress.com/2014/10/17/running-a-gui-application-in-a-docker-container/
我已经使用以下命令在 Centos 7 最小 Docker 映像中安装了 GNOME 桌面。 百胜组安装 "GNOME Desktop" "Graphical Administration Tools" 。
我通过以下方式启用了 GUI 实例: ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
我无法进入GUI模式。谁能指导一下怎么做?
试试 echo $DISPLAY 查看安装的 GUI 访问 https://askubuntu.com/questions/432610/how-to-know-which-processes-have-the-display-variable-set
我所见过的关于该主题的最佳解释是 post https://linuxmeerkat.wordpress.com/2014/10/17/running-a-gui-application-in-a-docker-container/