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/41a34723 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/41a34723 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/41a34723 Branch: refs/heads/TINKERPOP-1897 Commit: 41a347237e544887f668eda8969901e02927c769 Parents: 1066f63 Author: Florian Hockmann <[email protected]> Authored: Mon Mar 5 19:52:28 2018 +0100 Committer: Florian Hockmann <[email protected]> Committed: Sat May 19 10:51:35 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/41a34723/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 cb19a65..c50b189 100644 --- a/docs/src/dev/developer/development-environment.asciidoc +++ b/docs/src/dev/developer/development-environment.asciidoc @@ -197,6 +197,11 @@ authentication information on the ~/.npmrc file. The easiest way to do that is t must be done only once, as the auth token doesn't have an expiration date and it's stored on your file system. If this account is newly created then request that a PMC member add your account to the "gremlin" package on npm. +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
