Last active
March 23, 2018 13:28
-
-
Save mpslanker/189614c02231359a8b0918fca10ed591 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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