https://github.com/malwarebo/dockstat
Simple docker container status cli tool
https://github.com/malwarebo/dockstat
Last synced: over 1 year ago
JSON representation
Simple docker container status cli tool
- Host: GitHub
- URL: https://github.com/malwarebo/dockstat
- Owner: malwarebo
- Created: 2023-07-24T11:38:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T15:35:43.000Z (over 1 year ago)
- Last Synced: 2025-02-21T16:32:08.427Z (over 1 year ago)
- Language: Go
- Size: 21.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# dockstat
Simple docker container management cli tool
| ID | Name | Status |
| :---------------- | :-------------: | ------------------: |
| 2e8d111569 | container-1 | Up 5 days (healthy) |
| 2e8d111567 | container-2 | Up 5 days (healthy) |
| 2e8d111562 | container-3 | Up 5 days (healthy) |
| 2e8d111561 | container-4 | Up 5 days (healthy) |
| 2e8d111560 | container-5 | Up 5 days (healthy) |
| 2e8d111565 | container-6 | Up 5 days (healthy) |
| 2e8d111563 | container-7 | Up 5 days (healthy) |
| 2e8d111568 | container-8 | Up 5 days (healthy) |
## Usage
Clone this repository and run:
```bash
make
sudo make install
```
Run the command `dockstat` from anywhere in the terminal.
```bash
Usage:
dockstat : list running containers
dockstat kill : kill a running container
dockstat log : show logs of a container
```