cli icon indicating copy to clipboard operation
cli copied to clipboard

Allow `docker push' to push multiple/a subset of tags

Open ebd2 opened this issue 7 years ago • 62 comments

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.

ebd2 avatar Jun 29 '17 14:06 ebd2