Skip to content

Instantly share code, notes, and snippets.

@ignaciogutierrez
Last active September 2, 2024 19:01
Show Gist options
  • Save ignaciogutierrez/3837d58f4f81236ddf9b2df614c0be5b to your computer and use it in GitHub Desktop.
Save ignaciogutierrez/3837d58f4f81236ddf9b2df614c0be5b to your computer and use it in GitHub Desktop.
Nice docker ps
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