GUI Container on the Docker
If we 10 years behind in time no one would know that one day we can launch and destroy an OS in seconds. Docker is the most revolutionary technology that comes into the market in 2013. Now a days , all big or small companies and startups are using it to compete in the market . Today i am gonna show you how can we launch a GUI application on Docker.

Here we launch an CentOS image using host network and environment to share the host display . Shared the hosts XServer with the launched container by creating a volume.

We have installed python to test our GUI display using jupyter notebook.

We have installed firefox as well as jupyter library inside the container.

Here our GUI screen of Jupyter Notebook is launched inside on the top of firefox inside the Docker Container.