https://github.com/sergkondr/docker-ps
Convenient displaying running docker containers
https://github.com/sergkondr/docker-ps
docker docker-cli-commands docker-cli-plugin docker-ps golang plugin
Last synced: 11 months ago
JSON representation
Convenient displaying running docker containers
- Host: GitHub
- URL: https://github.com/sergkondr/docker-ps
- Owner: sergkondr
- License: mit
- Created: 2019-02-06T15:29:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T12:34:25.000Z (over 1 year ago)
- Last Synced: 2025-05-07T14:12:45.134Z (11 months ago)
- Topics: docker, docker-cli-commands, docker-cli-plugin, docker-ps, golang, plugin
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ps
[](https://github.com/sergkondr/docker-ps/blob/main/LICENSE)
[](https://github.com/sergkondr/docker-ps/releases/latest)
[](https://goreportcard.com/report/github.com/sergkondr/docker-ps)
[](https://github.com/sergkondr/docker-ps/actions/workflows/go.yml)
[](https://github.com/sergkondr/docker-ps/actions/workflows/codeql.yml)
### Purpose
As for me, `docker ps` is uninformative and inconvenient.
This app is a Docker plugin that displays a list of running containers in a more
readable and informative format than the standard `docker ps` command.
### Download
Compiled binary you can get [in releases](https://github.com/sergkondr/docker-ps/releases)
### Install
```
mv ./docker-cps ~/.docker/cli-plugins/docker-cps
```
### Usage
```
➜ docker cps -a
jovial_mendel
Container ID: 70a838c8dcb7
Image: alpine:3.20
Command: ash
Created: 1 second ago
IP-address: 172.17.0.2/16
Ports: 0.0.0.0:8080-8081->8080-8081/tcp, 0.0.0.0:9090->9090/tcp
Status: Up 1 second
tender_johnson
Container ID: e3913b691066
Image: alpine:3.20
Command: echo 123
Created: 6 minutes ago
Status: Exited (0) 6 minutes ago
```