An open API service indexing awesome lists of open source software.

https://github.com/marcocastignoli/docker-tray

A minimal docker tray icon to stop containers and open their logs
https://github.com/marcocastignoli/docker-tray

docker electron tray

Last synced: 4 months ago
JSON representation

A minimal docker tray icon to stop containers and open their logs

Awesome Lists containing this project

README

          

# Docker Tray
A cross-platform tray icon for Docker. Stop containers and view their log easily.

![docker-tray-presentation](./presentation.jpg)

## Install
* [Linux Download](https://github.com/marcocastignoli/docker-tray/releases/download/1.0.0/docker-tray-1.0.0.AppImage)
* Windows Download (Coming soon)
* MacOS Download (Coming soon)

## Contribute

### Install dependencies
```npm i```

### Develop
```npm start```

### Building
```npm run build```