SSameer20 / Docker-Automation

The project aims to automate Docker container management tasks using Interface.
https://docker-automation.vercel.app/
3 stars 1 forks source link
docker docker-automation

Docker

Docker Automation

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.

Technologies Used

Setup Instructions

  1. Clone the Repository:

     git clone https://github.com/SSameer20/Docker-Automation.git
  2. Install Client Dependencies:

     cd client
     npm install
  3. Install Server Dependencies:

     cd server
     npm install
  4. Start the Server:

     node server.js
  5. Start the Client:

     cd client
     npm start
  6. Access the Application:

    • Open your web browser and navigate to http://localhost:3000.

Workflow design

Alt Text

Additional Notes