INTEGRATE-DOCKER-WITH-PYTHON-CGI

This code deploy a web application using apache httpd webserver and python CGI.

The web app that will create, help running docker command from the web browser.

You can type english phrases instead of writing docker command i.e. "Can you luanch container for me"

This app have these fratures till now:

  • Manage Containers

    • Start. Delete, Stop, Show
  • Manage Images

    • Pull and Remove, List

Note: You can go through this link to understand in details --> Click here!