Launching GUI Application on top of Docker Container

Task Description:-

docker commit <container_name> <image_name>:<tag>

docker build -t <image_name> .

docker run -it --name=<cont_name> --net=host --env= “DISPLAY” <img_name>

jupyter notebook --allow-root

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store