Simple Docker UI is as very simple web interface to manage docker containers made in Python.
The Framework used to make web interfaces is Flask.
To run this application, you should follow these steps:
- sudo curl -fsSL https://get.docker.com | sh
- pip install flask docker-py
- python run.py
and enable docker api.