Skip to content

Techdread/docker-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Manager

A full-stack web application for managing Docker containers with a React frontend and Node.js backend.

Features

  • Start and stop Docker containers
  • View container status
  • Monitor container logs in real-time
  • Clean and intuitive user interface

Prerequisites

  • Node.js (v16 or higher)
  • Docker with WSL 2
  • Docker Compose

Project Structure

docker-manager/
├── frontend/         # React frontend application
├── backend/          # Node.js backend application
├── docker-compose.yml
└── README.md

Setup Instructions

  1. Install dependencies:

    npm run install-all
  2. Start the development servers:

    npm run dev
  3. Access the application:

Docker Deployment

To run the application using Docker Compose:

docker-compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published