Jun 1, 2021
Task 02
Description:
_*Summer - Task 02*_ π¨π»βπ»
*Task Description* π
π *GUI container* on the *Docker*
π Launch a container on docker in GUI mode
π Run any GUI software on the container
βͺοΈ It is Compulsory Individual Task.
Letβs start the task:
- First of all we have to check the status of the docker
- If all the status is running then come to next step
- After checking the status we have to launch the docker
- Now after launching the docker install the python inside the docker.
- Perform yum install python3
- After this install firefox.
- After this install jupyter notebook.
- Now we have to create a folder of our task.
- Now after installing jupyter now perform the following operation
- jupyter notebook --allow -root
- Now jupyter notebook will open in gui format.
- In this way we perform GUI operation inside the docker.