Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created May 18, 2015 17:22
Show Gist options
  • Select an option

  • Save mcandre/61504585550782ced65e to your computer and use it in GitHub Desktop.

Select an option

Save mcandre/61504585550782ced65e to your computer and use it in GitHub Desktop.

Revisions

  1. Andrew Pennebaker created this gist May 18, 2015.
    4 changes: 4 additions & 0 deletions docker-push-tag-alias.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    ```
    $ docker tag <image>:<original tag> <image>:<alias>
    $ docker push <image>:<alias>
    ```