Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new fields to DockerRuleParams #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

MaksDanylenko
Copy link

When I was writing local tests with the use of your dockerRule and docker toolbox I faced with the following problems:
I needed to set DOCKER_HOST and DOCKER_CERT_PATH in env settings, therefore I added DockerRuleBuilder, dockerHost and dockerCertPath.
Also when I created docker container I needed to set env property for it. That’s why I added ContainerConfig to the DockerRuleBuilder so that it would be possible to pass any settings to container.
Following that I want to add some code to your project so that such problems were resolved

max added 4 commits October 28, 2016 15:49
ContainerConfig config - creating custom setting for container;
String dockerHost, String dockerCertPath - for setting this params from code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant