Created
September 15, 2017 12:34
-
-
Save marcosvidolin/366b79075842e554da51733123d2cae3 to your computer and use it in GitHub Desktop.
How to push with login
This file contains 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
# Login | |
docker login <server url> -u <user> -p <pass> | |
# Push (example Harbor) | |
docker push <server>/<project in harbor>/<image name>>:<tag> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment