Created
February 23, 2018 20:33
-
-
Save melissachang/8ba2abba47b4f855018b6c0a0ac59d60 to your computer and use it in GitHub Desktop.
Minimal docker ps
This file contains 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 --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