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
- Host: GitHub
- URL: https://github.com/marcocastignoli/docker-tray
- Owner: marcocastignoli
- License: mit
- Created: 2019-10-22T09:20:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:12:11.000Z (almost 3 years ago)
- Last Synced: 2025-05-08T04:01:48.891Z (5 months ago)
- Topics: docker, electron, tray
- Language: JavaScript
- Homepage: http://dockertray.tk
- Size: 293 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Docker Tray
A cross-platform tray icon for Docker. Stop containers and view their log easily.
## 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```