Running GUI Application Via Docker

Prathyusha
Jun 11, 2021

Description 📄

📍 GUI container on the Docker

◼Launch a container on docker in GUI mode

◼ Run any GUI software on the container

  1. Start Docker.

2. Check what images we have in docker

3. Pull the centos image

4. Create a container.

5. Install firefox inside the container.

6. Check the list of files we have in docker

7. Make a sample directory

8. Create a docker file inside the sample directory and write the instructions to install and run the firefox.

9. Build the firefox

10. Check the images we have in docker.

11. Run the docker container.

🎇 Output:

--

--