Skip to content

Instantly share code, notes, and snippets.

@mpslanker
Last active March 23, 2018 13:28
Show Gist options
  • Save mpslanker/189614c02231359a8b0918fca10ed591 to your computer and use it in GitHub Desktop.
Save mpslanker/189614c02231359a8b0918fca10ed591 to your computer and use it in GitHub Desktop.
Just three simple steps:
docker login --username username --password password
docker tag my-image username/my-repo
docker push username/my-repo
courtesy of Abhishek Dasgupta
-- https://stackoverflow.com/questions/28349392/how-to-push-a-docker-image-to-a-private-repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment