Skip to content

Instantly share code, notes, and snippets.

@greenbicycle
Created February 23, 2022 17:55
Show Gist options
  • Save greenbicycle/d933d54e960ce3b173836846d98c263c to your computer and use it in GitHub Desktop.
Save greenbicycle/d933d54e960ce3b173836846d98c263c to your computer and use it in GitHub Desktop.
Pretty output for Docker ps
alias dps = 'docker ps --format "table 👾 {{.Names}} \t {{.Status}} \t {{.Image}}"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment