Github user spmallette commented on a diff in the pull request: https://github.com/apache/incubator-tinkerpop/pull/280#discussion_r57595422 --- Diff: docs/src/dev/developer/contributing.asciidoc --- @@ -90,6 +90,30 @@ mvn -Dmaven.javadoc.skip=true --projects tinkergraph-gremlin test ** Execute with the `-DuseEpoll` option to try to use Netty native transport (works on Linux, but will fallback to Java NIO on other OS). * Performance Tests: `mvn verify -DskipPerformanceTests=false` +[[docker-integration]] +Docker Integration +------------------ + +TinkerPop provides a shell script, that can start several build tasks within a Docker container. The +required Docker images will be built automatically if they don't exist yet. Thus the first invokation +of the Docker script is expected to take some time. + +The script can be found under `PROJECT_HOME/docker/build.sh`. The following tasks are currently +supported: + +* run standard test suite +* run integration tests +* build Java docs +* build user docs + +A list of command line options is provided by `docker.build.sh --help`. The container will install, --- End diff -- should this be "docker/build.sh --help"?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---