Skip to content

Instantly share code, notes, and snippets.

@alterEgo123
Created November 20, 2020 12:46
Show Gist options
  • Save alterEgo123/fb2015bb0dde25d84db1aff0d210e98f to your computer and use it in GitHub Desktop.
Save alterEgo123/fb2015bb0dde25d84db1aff0d210e98f to your computer and use it in GitHub Desktop.
Push multiple images at once
echo 'reg/image:tag' 'reg/image:tag' 'reg/image:tag' | xargs -n 1 docker push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment