Releases: Mikescher/better-docker-ps
Releases · Mikescher/better-docker-ps
v1.18 - Small improvements
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix -f not working (only long-form --form) (#32 )
Add --search / -g option (#31 )
v1.16 - Upgrade docker API + smaller changes
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
auto detect docker context socket #15 ( contributed by @rcrisanti )
v1.14 - Fix buildscript
Compare
Sorry, something went wrong.
No results found
fixed a bug in aur-bin.sh which resulted in a broken aur dops-bin package
v1.12 - Config file and template support
Compare
Sorry, something went wrong.
No results found
Configure global options via ~/.config/dops.conf ( #8 )
Allow all go template syntax in the --format specification ( #9 )
v1.11 - Bugfixes
Compare
Sorry, something went wrong.
No results found
Fix --version command returning wrong version
Added ARM32 v5, v6, v7 binaries (e.g. for raspberry-3)
v1.10 - Truncate sha256 images
Compare
Sorry, something went wrong.
No results found
Shorten SHA256 image references (if not --no-trunc is specified)
v1.9 - More columns types
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added --sort option ( #4 )
Added --watch <interval> option
Fixed parsing of concatenated flags ( #3 )