Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Created September 15, 2017 12:34
Show Gist options
  • Save marcosvidolin/366b79075842e554da51733123d2cae3 to your computer and use it in GitHub Desktop.
Save marcosvidolin/366b79075842e554da51733123d2cae3 to your computer and use it in GitHub Desktop.
How to push with login
# 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