Add description about Docker credentials TINKERPOP-1897
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c3015db1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c3015db1 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c3015db1 Branch: refs/heads/TINKERPOP-1897 Commit: c3015db11dd3f5a2994dd8355f520c1bd0b6469d Parents: 3930191 Author: Florian Hockmann <[email protected]> Authored: Mon Mar 5 19:52:28 2018 +0100 Committer: Florian Hockmann <[email protected]> Committed: Sat Apr 14 15:46:33 2018 +0200 ---------------------------------------------------------------------- docs/src/dev/developer/development-environment.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c3015db1/docs/src/dev/developer/development-environment.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc index 1411a4b..960bfaa 100644 --- a/docs/src/dev/developer/development-environment.asciidoc +++ b/docs/src/dev/developer/development-environment.asciidoc @@ -195,6 +195,11 @@ To deploy `gremlin-javascript` on the link:https://www.npmjs.com[npm registry], authentication information on the ~/.npmrc file. The easiest way to do that is to use the `npm adduser` command. This must be done only once, as the auth token doesn't have an expiration date and it's stored on your file system. +Deploying Docker images to link:https://hub.docker.com/[Docker Hub] requires authentication information in the +`~/.docker/config.json` file. This information can simply be added with the `docker login` command which will ask for +credentials. This must be done only once. Afterwards, `docker push` can be used to push images to Docker Hub which will +be done automatically on `mvn deploy` or it can be triggered manually with `mvn dockerfile:push`. + [[building-testing]] == Building and Testing
