Last active
May 10, 2021 14:31
-
-
Save malyzeli/b33012b328b67cd1fd5ab2f7d80d961f to your computer and use it in GitHub Desktop.
Docker shell aliases
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
| alias dps="sudo docker ps -a --format \"table {{.Names}}\t{{.Status}}\t{{.Ports}}\"" | |
| alias dpi="sudo docker ps -a --format \"table {{.Names}}\t{{.ID}}\t{{.Image}}\"" | |
| # sorting | |
| #> dps | sort | |
| #> dps | sort -k 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example output
dpsdpi