Skip to content

Instantly share code, notes, and snippets.

@garyalex
Created February 18, 2016 19:39
Show Gist options
  • Save garyalex/12e8f5c1097e8bd40d68 to your computer and use it in GitHub Desktop.
Save garyalex/12e8f5c1097e8bd40d68 to your computer and use it in GitHub Desktop.
docker ps better formatting
alias my_docker_ps="docker ps | awk 'BEGIN{FIELDWIDTHS = \"20 33 23 20 20 70 20\"}{print \$1,\$2,\$5,\$7}'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment