GitHub user robertdale opened a pull request:

    https://github.com/apache/tinkerpop/pull/496

    TINKERPOP-1556 allow developers to pass options to docker

    This was a much smaller change than I expected. Originally I was adding 
some sysctl settings to the dockerfiles. In the end I discovered I could 
control that and much more from docker itself. So I'm going to go ahead and 
commit this small change.
    
    example:
    ```
    export DOCKER_OPTS="--cpuset-cpus 0-3 --sysctl 
net.ipv6.conf.all.disable_ipv6=1 --sysctl net.ipv6.conf.default.disable_ipv6=1"
    
    ./docker/build.sh -t -n -i
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1556

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/496.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #496
    
----

----


---
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.
---

Reply via email to