Git Product home page Git Product logo

docker-management-dashboard's Introduction

Docker Management Dashboard

A management dashboard for your local docker containers



Overview

Docker Management Dashboard is an electron powered desktop application to manage your local docker containers in a friendly and interactive way without having to deal with the docker CLI.

It allows you to do the following operations:

Containers:

  • Start
  • Stop
  • Pause
  • Unpause
  • Remove
  • Inspect
  • Get Logs

Volumes:

  • Create
  • Search
  • Delete
  • Prune

Architecture

Its built using the following technologies:

SetUp

To install and use head to the releases section and download the latest version. Note: The application is only currently available for MacOS.

If you want to build or contribute to this project:

Clone this repostitory

git clone https://github.com/zero4994/docker-management-dashboard.git

Execute yarn to initialize

yarn install

Serve the Application for local development

yarn serve

Build the application for installation

yarn electron:build

The output files can be found on /dist_electron folder

Use

Once the application is installed the dashboard will launch as a desktop appliation.

Containers

Starting Containers

The image screen can take a JSON Object as an input for the container's initial conditions. The definitions of the properties of the JSON Object can be found here


In case you have more than one tag of a certain repo (ex. Ubuntu 18.04 and Ubuntu 19.10) in your local machine this screen will display all tags for it in the Tags combo box, one has to be selected in order to start a container.


Managing Containers

The Docker Management Dashboard can perform basic operations to container "at glance"


When a container is expanded the screen will display the logs as default and also quick actions to perform


From the left menu inspection of the container is also available


Volumes

The volumes screen will display all available volumes in your local machine


Create Volume

By selecting this option you will be asked for a name for that volume. Names must be in the format

[a-zA-Z0-9][a-zA-Z0-9_.-]


Delete Volume

By selecting the icon at the end of every volume you can delete it from you local machine. You will be prompted for confirmation. Note: You can only remove volumes that are not currently being used by a container.


Prune Volumes

By selecting the prune volumes option you can delete all the volumes in your local machine. Important: This option will remove all local volumes not used by at least one container.


Contribution

Feel free to fork and contribute to this project

docker-management-dashboard's People

Contributors

zero4994 avatar dependabot[bot] 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.