Last active
May 7, 2018 06:42
-
-
Save a5ync/28a8f9a56935268af1e90a269974b10d to your computer and use it in GitHub Desktop.
Check the docker latest
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 images|grep latest|awk '{print $3}'|while read line;do docker images|grep utmsp|grep -v latest|grep $line;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment