Skip to content

Instantly share code, notes, and snippets.

@jandradap
Created September 23, 2017 18:15
Show Gist options
  • Select an option

  • Save jandradap/c39da884e970cf3f69a51fbc820412f9 to your computer and use it in GitHub Desktop.

Select an option

Save jandradap/c39da884e970cf3f69a51fbc820412f9 to your computer and use it in GitHub Desktop.
docker images -a | grep -iv "repo" | grep -v "none" | awk -F " " '{print$1":"$2}' | xargs -t -L1 docker pull
#alias para .bashrc
#alias update_images="docker images -a | grep -iv 'repo' | grep -iv 'none' | awk -F \" \" '{print\$1\":\"\$2}' | xargs -t -L1 docker pull"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment