Releases: Mikescher/better-docker-ps
Releases · Mikescher/better-docker-ps
v1.12 - Config file and template support
v1.11 - Bugfixes
- Fix
--version
command returning wrong version - Added ARM32 v5, v6, v7 binaries (e.g. for raspberry-3)
v1.10 - Truncate sha256 images
- Shorten SHA256 image references (if not
--no-trunc
is specified)
v1.9 - More columns types
- Sort ports in output (prevents jumping around in
--watch
mode) - Show
(loc)
in ports column for locally bound ports - Add
{{.ShortPublishedPorts}}
format - Added columntype
{{.LongPublishedPorts}}
(also displays bound IP)
v1.8 - Added sort and watch options
v1.7 - Improved ports output
By default we only display published ports (can be overwritten with --format)
v1.6 - Small improvements
cleaner header in UTC timezone
v1.5 - AUR package
No (real) functionality changes, but added an AUR package
v1.4 - Better default column set
v1.3 - Public Release
better-docker-ps is feature-complete and finished (at least until I'm missing something...)
Changes:
- move time-zone part of Created-At into table header (reduces table width by ~6 characters)
- format status of unhealthy container red and container with "health: starting" yellow
- README