Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T12:34:25.000Z (4 months ago)
- Last Synced: 2024-10-25T22:31:08.534Z (25 days ago)
- Topics: docker, docker-cli-commands, docker-cli-plugin, docker-ps, golang, plugin
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ps
[![License: MIT](https://img.shields.io/badge/License-MIT%202.0-blue.svg)](https://github.com/sergkondr/docker-ps/blob/main/LICENSE)
[![GitHub release](https://img.shields.io/github/release/sergkondr/docker-ps.svg)](https://github.com/sergkondr/docker-ps/releases/latest)
[![Go Report Card](https://goreportcard.com/badge/github.com/sergkondr/docker-ps)](https://goreportcard.com/report/github.com/sergkondr/docker-ps)
[![Go](https://github.com/sergkondr/docker-ps/actions/workflows/go.yml/badge.svg)](https://github.com/sergkondr/docker-ps/actions/workflows/go.yml)
[![CodeQL](https://github.com/sergkondr/docker-ps/actions/workflows/codeql.yml/badge.svg)](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 secondtender_johnson
Container ID: e3913b691066
Image: alpine:3.20
Command: echo 123
Created: 6 minutes ago
Status: Exited (0) 6 minutes ago```