Last active
May 26, 2022 13:03
-
-
Save ttristan/a9c74ab43d2619c94c04e4f3da35644c to your computer and use it in GitHub Desktop.
short docker ps format
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
{ | |
"credsStore": "desktop", | |
"_psFormat": "table {{ .ID }}\t{{.Names}}\t{{.Status}}\t{{.Ports}}", | |
"psFormat": "table {{ .ID }}\t{{.Names}}\t{{.Status}}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment