Skip to content

Instantly share code, notes, and snippets.

@s8sg
Created June 12, 2019 01:08
Show Gist options
  • Save s8sg/dbe3e6fe7675671e26f7f6216bfea752 to your computer and use it in GitHub Desktop.
Save s8sg/dbe3e6fe7675671e26f7f6216bfea752 to your computer and use it in GitHub Desktop.
Script Command that I use often
# Pull images used in a compose file:
curl -sSL https://raw.githubusercontent.com/openfaas/faas/master/docker-compose.yml | grep image | awk -F " " '{print $NF}' | xargs -L1 docker pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment