Launching GUI application inside docker container.

Hema R
Jun 1, 2021

In this I'm going to explain how to launch GUI application inside docker container. First let me launch a container and try to run fire fox.

It gives some error saying no environmental variable to display. From this we came to know only thing we have to do is to set environmental variable and thats it.

Now we again try to run firefox after creating a container with env variable.

The firefox is launched successfully.

--

--