Skip to content

Instantly share code, notes, and snippets.

@a5ync
Last active May 7, 2018 06:42
Show Gist options
  • Select an option

  • Save a5ync/28a8f9a56935268af1e90a269974b10d to your computer and use it in GitHub Desktop.

Select an option

Save a5ync/28a8f9a56935268af1e90a269974b10d to your computer and use it in GitHub Desktop.
Check the docker latest
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