GUI Container on the Docker!!!

We will be performing task that will be launching the docker container in Graphical User interface mode.
Task Description 📃
⚫Launch a container on docker in GUI mode
⚫ Run any GUI software on the container
In order to launch a Docker container we will be requiring a OS ,for this task we will be using a RHEL8 (Red Hat Enterprise Linux 8) OS with docker installed in it.
1.Firstly, we need to configure Docker inside our machine. Let’s check out docker is configured is this system or not.

you can see, Not configured docker
2. Now, create a docker repository.

3. Let’s check repository.

4.Now, Install the docker.



5.Check the docker version and start the service and also check the status of docker whether docker is running on the OS or not.

6. Check the existing images and launch container and also pull the images of centos.

7. docker images pulled and create a workspace for our task and also create a docker file.

8.Now,create docker image for firefox.








We can see after launching the new container Firefox has been opened in the GUI mode and that shows the GUI support to our docker container.
