-
-
Save yogeshkumark/5b9202c2f0f3d0f341e61fa7490b54f4 to your computer and use it in GitHub Desktop.
Formatting of `docker ps` output to strip ports - useful to set as an alias if mapping many ports produces large, wrapped output
This file contains hidden or 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{{.ID}}\t{{.Names}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment