Coder Social home page Coder Social logo

flc995 / docker-web-gui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rakibtg/docker-web-gui

0.0 0.0 0.0 2 MB

A simple web based GUI for managing Docker containers and images

Home Page: https://dockerdashboard.github.io/

JavaScript 93.54% HTML 3.54% CSS 2.19% Dockerfile 0.23% Makefile 0.50%

docker-web-gui's Introduction

Docker Dashboard

A simple GUI interface for Docker Containers

Docker Web Interface Project - A simple GUI interface for Docker


Explore containers log


List of groups


List of groups


List of images


Disk cleanup's

Features

  • Instantly start/stop, restart, delete and see the logs of a docker container.
  • Filter containers by their running status.
  • Create groups of docker container.
  • Bulk action on container based on group.
  • Live system consumption stat for active docker containers.
  • Run or delete an image.
  • Prune Docker images.
  • Prune Docker containers.
  • Prune Docker volumes.
  • Prune Docker systems.
  • No need to use the terminal for common tasks.

Start the app

Before you follow below steps to start the app, make sure you have node and npm installed in your system.

Using Docker

You can run this application through a docker container, but it only works in MacOS. You can use that with/without docker compose. Also, the application will be exposed at port http://localhost:3230.

Without Docker Compose

If you don't have a docker compose, then you can use the following commands:

  • To build the image:
    docker build . -t docker-web-gui
    
  • To run the image:
    docker run -p 3230:3230 -v /usr/local/bin/docker:/usr/local/bin/docker -v /var/run/docker.sock:/var/run/docker.sock docker-web-gui
    

With Docker Compose

If you already docker compose installed, then simply do this:

docker-compose build
docker-compose up

Docker Based Commands

A Makefile has been included with this repo. It has following commands:

  1. make up to build the image and starting docker-web-gui container.
  2. make build to build the image.
  3. make start to start containers if application has been up already.
  4. make stop to stop application.
  5. make restart to restart application.
  6. make build-without-compose to build the application without docker compose.
  7. make run-without-compose to run the application without docker compose.

Documentations

Developed by Mehedi and Akimul.

docker-web-gui's People

Contributors

akash-ju avatar akimul avatar dependabot[bot] avatar rakibtg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.