GUI container on the Docker

mohit ladwal (Itachi)
2 min readJun 18, 2021

Task Description πŸ“„

πŸ“Œ GUI container on the Docker

πŸ”… Launch a container on docker in GUI mode

πŸ”… Run any GUI software on the container

1.) check status of Docker

2.) Now we have to run the container by providing this command

3.) Now we have to install python for libary and we have to work under python we have to install jupyter for that pip will help to install jupyter

4.) Now install firefox

5.) Now we have to install jupyter by this comd pip3 install jupyter

6.) Now we can run jupyter notebook in docker container

as we hit jupyter notebook get launched and we can perform our project like we can run our single linear regression project also and we can do all the things here

if you want to perform your predictions and all first we have to install some libary like pandas , numpy , scikit-learn after that only we can perform our function in jupyter notebook if you try it without installing this libary it will throw this error

Thank You !!

--

--