Last active
January 22, 2019 14:06
-
-
Save Nolwennig/83b482d75096dc8fcf0db68e85448c2d to your computer and use it in GitHub Desktop.
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
echo 'Docker ps:';\ | |
echo '- run:' $((`docker ps | wc -l` -1));\ | |
echo '--all:' $((`docker ps -a | wc -l`));\ | |
echo '--lastest:' ;\ | |
docker ps -l; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment