Created
June 12, 2019 01:08
-
-
Save s8sg/dbe3e6fe7675671e26f7f6216bfea752 to your computer and use it in GitHub Desktop.
Script Command that I use often
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
# 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