Opening a GUI (Firefox) inside DOCKER container
#task2 #linuxworld #docker

start/initialize the docker
run centos and assign name task2 to centos
using x11 we can install and use the GUI applications in container.
x11 makes the container to use the screen/display of the local system. so remote system need not to have the graphical desktop environment.

Once we enter into the centos/container we install one GUI application i.e., firefox.

once firefox is installed by giving command firefox we can run the application of the firefox.

Thank you