https://github.com/zwsq/conteye
🐳 A lightweight CLI tool to monitor Docker container statistics and health information
https://github.com/zwsq/conteye
docker docker-container
Last synced: about 2 months ago
JSON representation
🐳 A lightweight CLI tool to monitor Docker container statistics and health information
- Host: GitHub
- URL: https://github.com/zwsq/conteye
- Owner: zwsq
- License: mit
- Created: 2025-03-25T01:31:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T02:22:53.000Z (over 1 year ago)
- Last Synced: 2025-03-25T02:37:10.307Z (over 1 year ago)
- Topics: docker, docker-container
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conteye (Container Eye) 🐳👁️
A simple CLI tool to monitor Docker container statistics, focusing on container restart counts and health information.
## Features
- Monitor container restart counts
- View container creation times and IDs
- Simple and straightforward CLI interface
## Installation
### Using Go
```bash
go install github.com/zwsq/conteye@latest
```
### Binary Downloads
Download the latest binary for your platform from the [releases page](https://github.com/zwsq/conteye/releases).
## Usage
```bash
conteye restart # Show container restart counts
conteye help # Show help message
```
## Building from Source
```bash
git clone https://github.com/zwsq/conteye.git
cd conteye
go build
```
## License
MIT License