Launching a container on Docker in GUI mode & Run any GUI software on the container
Jun 1, 2021
Description:
- GUI container on the Docker
- Launch a container on Docker in GUI mode
- Run any GUI software on the container
Prerequisites:
Go through the blog if u don’t have any idea about docker.
Step 1: Start Docker and run the container
Step 2: Now install Firefox
Step 3: Now we will try to launch Firefox
Step 4: Now we have to run the container by providing this command
‘’’docker run -it — net=host — env=”DISPLAY” centos’’’
- Now Install Firefox
yum install firefox -y