System Grab Bag

View all TLDR pages from common (or from all pages)

docker tag

Assign tags to existing Docker images. More information: https://docs.docker.com/engine/reference/commandline/tag/.
  • Assign a name and tag to a specific image ID:
    docker tag {{id}} {{name}}:{{tag}}
  • Assign a tag to a specific image:
    docker tag {{image}}:{{current_tag}} {{image}}:{{new_tag}}
  • Display help:
    docker tag

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.