The goal of this project was to create a server side application which will work as VIM(Virtualized infrastructure managment) to do different functions of docker in remote server.
The following diagram shows the basic functionly of this application
The functions which have been implemented in the code are in below
- Get docker info
- Show image list
- Show container list
- Pull image from docker hub
- Create container
- Run a container
- Inspect running container
- Stop all containers
- Remove all containers
- Create docker bridge network
- Pass a command inside of a container
For this project Python version 3.5 has been used. For web functionlity Flask framework has been used. And docker framework ahs beed used to implement docker functions in the code.
