docker push --all-tags myrepo/myapp

Category: Docker

docker push --all-tags myrepo/myapp

Push every local tag of an image

--all-tags uploads all locally held tags of myrepo/myapp in one call instead of tagging and pushing each. Handy after building multiple versions locally. Every tag must belong to the same repository.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.