Skip to content

Commit fefdc02

Browse files
authored
docker@wilkesreid 1.0.0 (new desklet) (#1759)
* Create the docker desklet * formatting changes; update uuid * update uuid
1 parent d0ec75c commit fefdc02

8 files changed

Lines changed: 726 additions & 0 deletions

File tree

docker@wilkesreid/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Docker
2+
3+
A Cinnamon desklet that displays Docker containers on your desktop with start/stop controls and docker-compose group management.
4+
5+
## Features
6+
7+
- Live container status with automatic refresh
8+
- Start/stop individual containers
9+
- Docker Compose group detection with "Start All" / "Stop All" controls
10+
- Configurable refresh interval, widget size, and visibility of stopped containers
11+
12+
## Requirements
13+
14+
- Docker installed and running
15+
- Your user added to the `docker` group if it isn't already (`sudo usermod -aG docker $USER`, then log out and back in)
16+
17+
## Settings
18+
19+
- **Refresh interval** — How often to poll Docker (default: 10 seconds)
20+
- **Show stopped containers** — Toggle visibility of non-running containers
21+
- **Widget width / height** — Resize the desklet to fit your desktop
22+
23+
## Attribution
24+
25+
[Docker](https://icons8.com/icon/22813/docker) icon by [Icons8](https://icons8.com)

0 commit comments

Comments
 (0)