Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created May 18, 2015 17:22
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mcandre/61504585550782ced65e to your computer and use it in GitHub Desktop.
Save mcandre/61504585550782ced65e to your computer and use it in GitHub Desktop.
How to create new tag aliases for docker images
$ docker tag <image>:<original tag> <image>:<alias>
$ docker push <image>:<alias>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment