Skip to content

Releases: Mikescher/better-docker-ps

v1.18 - Small improvements

Choose a tag to compare

@Mikescher Mikescher released this 14 Jun 17:42
2ca0bbf
  • Also search for config file under ~/.config/ under macOS (#33)
  • Make --sort parameter case-insensitive (#34)
  • Make --format override format from config file (#29)
  • Added {{.User}} column (#11) (expensive, triggers calls to docker-inspect per container!)

v1.17 - Search and Filter

Choose a tag to compare

@Mikescher Mikescher released this 29 Apr 10:10
1f05ac9
  • Fix -f not working (only long-form --form) (#32)
  • Add --search / -g option (#31)

v1.16 - Upgrade docker API + smaller changes

Choose a tag to compare

@Mikescher Mikescher released this 12 Nov 08:42
b40a5f5
  • add macOS arm64 version (now default for homebrew) ( #14 )
  • Upgrade to docker api version 1.44 ( #24 )
  • Add support for --filter="project=*" to filter docker-compose projects ( #18 )
  • Better auto-socket detection ( #22 )

v1.15 - Autom. docker-socket detection

Choose a tag to compare

@Mikescher Mikescher released this 14 Jul 15:21
e09c34e
  • auto detect docker context socket #15 ( contributed by @rcrisanti )

v1.14 - Fix buildscript

Choose a tag to compare

@Mikescher Mikescher released this 25 Mar 10:58
3d1ccc3
  • fixed a bug in aur-bin.sh which resulted in a broken aur dops-bin package

v1.12 - Config file and template support

Choose a tag to compare

@Mikescher Mikescher released this 24 Jul 12:16
f57000c
  • Configure global options via ~/.config/dops.conf ( #8 )
  • Allow all go template syntax in the --format specification ( #9 )

v1.11 - Bugfixes

Choose a tag to compare

@Mikescher Mikescher released this 11 Nov 21:47
0c1da74
  • Fix --version command returning wrong version
  • Added ARM32 v5, v6, v7 binaries (e.g. for raspberry-3)

v1.10 - Truncate sha256 images

Choose a tag to compare

@Mikescher Mikescher released this 20 Aug 17:50
3fad895
  • Shorten SHA256 image references (if not --no-trunc is specified)

v1.9 - More columns types

Choose a tag to compare

@Mikescher Mikescher released this 17 Jul 14:21
37582ab
  • 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

Choose a tag to compare

@Mikescher Mikescher released this 11 Jun 16:45
034db9f
  • Added --sort option ( #4 )
  • Added --watch <interval> option
  • Fixed parsing of concatenated flags ( #3 )