Last active
November 2, 2019 04:14
-
-
Save fexx/e6855f7d98c11d914113f5733ac7333d to your computer and use it in GitHub Desktop.
settings.xml - Criando e enviando imagem Docker com Java e Maven
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
<server> | |
<id>docker.io</id> | |
<username>{docker_id}</username> | |
<password>{senha_docker_hub}</password> | |
<configuration> | |
<email>{email}</email> | |
</configuration> | |
</server> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment