Thanks for the article. I want to know the difference between
"FROM centos:latest
RUN yum install firefox -y"
and your Dockerfile. The image I have created from this Dockerfile also worked. I used "docker run -it --name gui_docker_1 --env="DESKTOP" --net=host gui_docker:v1" and it also worked. I just want to know the difference between your approach and mine.