Skip to content

Instantly share code, notes, and snippets.

@Nolwennig
Last active January 22, 2019 14:06
Show Gist options
  • Save Nolwennig/83b482d75096dc8fcf0db68e85448c2d to your computer and use it in GitHub Desktop.
Save Nolwennig/83b482d75096dc8fcf0db68e85448c2d to your computer and use it in GitHub Desktop.
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