Git Product home page Git Product logo

docker-indicator's Introduction

docker-indicator

Shows an icon in the menu bar with the status of docker and a simple menu to start/stop containers.

Why?

I often forget if docker is running and this gives a quick visual.

Status

Running (can make a connection)

images/up.png

Not running (or at least cannot connect to one)

images/down.png

It can take a few seconds to update the status if connecting to a docker machine instance

Started container list (shows on top)

images/started-container.png

Stopped container list

images/stopped-containers.png

Usage

A dmg is provided in the releases. Otherwise, in the source directory start with npm start.

Connection

In version 0.1.0 a .docker-indicator.yaml file in your home directory is optional. If no file is found, the default socket at /var/run/docker.sock is used.

If connecting to a docker machine instance not available via a socket.

docker:
    protocol: https
    ip: 192.168.99.100
    port: 2376
    ca: /Users/user/.docker/machine/machines/default/ca.pem
    cert: /Users/user/.docker/machine/machines/default/cert.pem
    key: /Users/user/.docker/machine/machines/default/key.pem

Icon

Whale by Aditya Dipankar from the Noun Project

Changelog

0.3.0

  • Updated dependencies
  • Fixed #11, #10, #4

0.2.1

  • Fix socket location with Docker 1.11.1

0.2.0

  • Show better network address

0.1.0

  • Use socket by default
  • Update dependencies (electron 0.36.12 amoungst others)

0.0.4

  • Bug fixes for UI updates
  • OS X build

0.0.3

  • New icons
  • UI updates appropriately

0.0.2

  • Try to connect to docker smartly

0.0.1

  • UI reacts to Docker events
  • Start/Stop buttons work on containers

docker-indicator's People

Contributors

khornberg avatar

Watchers

James Cloos avatar Zachariah Lowe 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.