cli
cli copied to clipboard
Allow `docker push' to push multiple/a subset of tags
Allow the following usage:
docker push org/image-a:some_tag org/image-b:other_tag
This would make docker push simpler to use in systems that need to build and push multiple images to dockerhub by obviating the need to wrap docker push
in a loop.