First, I’m kinda new to docker and all software container.
I created a VM with CentOS 7 where I installed Docker and disabled SELinux, I got problem with that when I tried to start the daemon.
I created some containers, all went good.
But I need to launch a .bin file to install a software.
I created a container like this : docker run --name docker1 -e DISPLAY=$DISPLAY -i -t -v /home/docker:/home -v /tmp/.X11-unix:/tmp/.X11-unix centos /bin/bash
Creation is OK, no problem.
Now, I’m on the container, and I’m lauching my .bin file.
But I don’t have graphic, I have this message : Graphical installers are not supported by the VM.
I though the " -v /tmp/.X11-unix:/tmp/.X11-unix " would have “installed” the graphics.
Kde is one gui that you can use. There is a way in red hat to bring up a
gui to install stuff . I dont have the exact commard but it might be
like. Nmtui or something Ui or nmui or ???. I will post here when i
get to work the exact command
Finally you should use the GUI installation only if you don’t have the CLI option. Depending on GUI will lack flexibility around automation and portability.