better-docker-ps

Because `docker ps` is annoying and does not fit my monitor/terminal width

MIT License

Stars
108
better-docker-ps - v1.12 - Config file and template support Latest Release

Published by Mikescher 3 months ago

  • Configure global options via ~/.config/dops.conf ( #8 )
  • Allow all go template syntax in the --format specification ( #9 )
better-docker-ps - v1.11 - Bugfixes

Published by Mikescher 12 months ago

  • Fix --version command returning wrong version
better-docker-ps - v1.10 - Truncate sha256 images

Published by Mikescher about 1 year ago

  • Shorten SHA256 image references (if not --no-trunc is specified)
better-docker-ps - v1.9 - More columns types

Published by Mikescher over 1 year ago

  • 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)
better-docker-ps - v1.8 - Added sort and watch options

Published by Mikescher over 1 year ago

  • Added --sort option ( #4 )
  • Added --watch <interval> option
  • Fixed parsing of concatenated flags ( #3 )
better-docker-ps - v1.7 - Improved ports output

Published by Mikescher almost 2 years ago

By default we only display published ports (can be overwritten with --format)

better-docker-ps - v1.6 - Small improvements

Published by Mikescher almost 2 years ago

better-docker-ps - v1.5 - AUR package

Published by Mikescher almost 2 years ago

No (real) functionality changes, but added an AUR package

better-docker-ps - v1.4 - Better default column set

Published by Mikescher about 2 years ago

Changes:

  • Added {{ImageName}} to default column set (see options.go)

Full Changelog: https://github.com/Mikescher/better-docker-ps/compare/v1.3...v1.4

better-docker-ps - v1.3 - Public Release

Published by Mikescher about 2 years ago

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
better-docker-ps - v1.2

Published by Mikescher about 2 years ago

  • feature parity with docker-ps cli
  • fallback --format specifier for too-small terminals
  • various stuff, dont know
better-docker-ps - v1.1

Published by Mikescher about 2 years ago

fix build && bugfixes

better-docker-ps - v1.0

Published by Mikescher about 2 years ago

Works...