Skip to content

Instantly share code, notes, and snippets.

@fexx
Last active November 2, 2019 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fexx/e6855f7d98c11d914113f5733ac7333d to your computer and use it in GitHub Desktop.
Save fexx/e6855f7d98c11d914113f5733ac7333d to your computer and use it in GitHub Desktop.
settings.xml - Criando e enviando imagem Docker com Java e Maven
<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