Skip to content

Instantly share code, notes, and snippets.

@melissachang
Created February 23, 2018 20:33
Show Gist options
  • Save melissachang/8ba2abba47b4f855018b6c0a0ac59d60 to your computer and use it in GitHub Desktop.
Save melissachang/8ba2abba47b4f855018b6c0a0ac59d60 to your computer and use it in GitHub Desktop.
Minimal docker ps
docker ps --format 'table{{.Names}}\t{{.ID}}' | tail -n +2
alias dp='docker ps --format "table{{.Names}}\t{{.ID}}" | tail -n +2'
container-name 800776c3abe0
another-container-name 460f70468172
last abf38e695c5a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment