Last active
September 2, 2024 19:01
-
-
Save ignaciogutierrez/3837d58f4f81236ddf9b2df614c0be5b to your computer and use it in GitHub Desktop.
Nice docker ps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker ps -a --format 'table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{printf "%.40s" .Ports}}' | sort | |
# Doc GoLang Templates https://pkg.go.dev/text/template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment