Created
July 27, 2016 08:34
-
-
Save yunghoy/1aca27641312a6e30b161ef151e1f08a to your computer and use it in GitHub Desktop.
This file contains 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 | awk '{print $1} {print $2}' | paste -d':' - - | |
docker images | grep -v latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment