This is the Docker Manager Portal
This is Docker Manager Projec, following are the features:
- You will be able to manage the Docker installed on your server.
- You will be able to start,stop,restart the containers
- You will be able to view information of Docker, Containers and Images
We have used Docker Remote API in implementation.
Technology Stack: Docker, Docker Remote API, AWS EC2, HTML, CSS, BootStrap
To Run This Project:
- Install Docker on your machine(ubuntu is preferred)
- Now Enable Docker Remote API (This link can be helpful https://docs.docker.com/engine/userguide/basics/#bind-docker-to-another-host-port-or-a-unix-socket)
- Now Add your IP address in config.js file in JS Folder
- Add the Port on which the Docker API is Listening
- Now Open the home.html in Page folder.
- Now you will be able to manage your docker by using the Dashboard
- Enjoy!!!