Task 7.1:
Creating a webUI along with cgi that will run the docker cmds.
Hello Friends 😃
Today I will show you some use case completed by me and my team.
📌 In this task you have to create a Web Application for Docker (one of the great Containerization Tool which provides the user Platform as a Service (PaaS)) by showing your own creativity and UI/UX designing skills to make the webportal user friendly.
📌 *This app will help the user to run all the docker commands like*:
👉docker images
👉docker ps
👉docker run
👉docker rm -f
👉docker exec
👉 add more if you want. (Optional)
So here we have achieved the use case by creating a webUI using HTML,css and JavaScript along with python CGI programming.
Our simple webUI looks like;

Here in the text box we need to put our required docker cmd and after clicking on run button we will get the following output:
You can find the code at:.
GitHub link:
https://github.com/kingronki/summer-task7
So here we have achieved this usecase by creating a simple webUI.
Hope friends you might like this task.
😊😊😎