The project aims to automate Docker container management tasks using Interface. Docker is a popular platform for containerization, enabling developers to package applications and their dependencies into isolated containers. Automation of Docker tasks can streamline development workflows, improve efficiency, and ensure consistency across environments.
Clone the Repository:
git clone https://github.com/SSameer20/Docker-Automation.git
Install Client Dependencies:
cd client
npm install
Install Server Dependencies:
cd server
npm install
Start the Server:
node server.js
Start the Client:
cd client
npm start
Access the Application:
http://localhost:3000
.