Skip to content

SSameer20/Docker-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • ReactJS, ExpressJS, NodeJS, DockerSDK

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

  • We welcome contributions of all forms, whether it's through code contributions, bug reports, feature suggestions, documentation improvements, or even sharing your experiences and ideas.