Skip to content

Releases: Mikescher/better-docker-ps

v1.12 - Config file and template support

24 Jul 12:16
f57000c
Compare
Choose a tag to compare
  • Configure global options via ~/.config/dops.conf ( #8 )
  • Allow all go template syntax in the --format specification ( #9 )

v1.11 - Bugfixes

11 Nov 21:47
0c1da74
Compare
Choose a tag to compare
  • Fix --version command returning wrong version
  • Added ARM32 v5, v6, v7 binaries (e.g. for raspberry-3)

v1.10 - Truncate sha256 images

20 Aug 17:50
3fad895
Compare
Choose a tag to compare
  • Shorten SHA256 image references (if not --no-trunc is specified)

v1.9 - More columns types

17 Jul 14:21
37582ab
Compare
Choose a tag to compare
  • 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

11 Jun 16:45
034db9f
Compare
Choose a tag to compare
  • Added --sort option ( #4 )
  • Added --watch <interval> option
  • Fixed parsing of concatenated flags ( #3 )

v1.7 - Improved ports output

12 Jan 19:01
614332a
Compare
Choose a tag to compare

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

v1.6 - Small improvements

05 Jan 15:05
65afa9d
Compare
Choose a tag to compare
cleaner header in UTC timezone

v1.5 - AUR package

11 Nov 10:20
c7ba300
Compare
Choose a tag to compare

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

v1.4 - Better default column set

12 Oct 14:15
09a837f
Compare
Choose a tag to compare

Changes:

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

Full Changelog: v1.3...v1.4

v1.3 - Public Release

10 Oct 21:14
8c7840e
Compare
Choose a tag to compare

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