Skip to content

Instantly share code, notes, and snippets.

@yuriburger
Last active September 5, 2019 14:21
Show Gist options
  • Save yuriburger/2d81fba143663188d7efa841d890d268 to your computer and use it in GitHub Desktop.
Save yuriburger/2d81fba143663188d7efa841d890d268 to your computer and use it in GitHub Desktop.
[upload docker image to private repo] upload docker image to private repo #docker
docker tag <image> <repo uri>/<repository name>
docker push <repo uri>/<repository name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment