-
Notifications
You must be signed in to change notification settings - Fork 354
Allow Docker Client Configuration #210
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
Allow Docker Client Configuration #210
Conversation
|
Nice, are there sensible tests we can add to make sure this works as expected? |
Codecov Report
@@ Coverage Diff @@
## master #210 +/- ##
==========================================
+ Coverage 85.52% 85.67% +0.14%
==========================================
Files 25 25
Lines 670 670
Branches 64 60 -4
==========================================
+ Hits 573 574 +1
Misses 76 76
+ Partials 21 20 -1
Continue to review full report at Codecov.
|
I have added tests that make sure that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, just one small suggestion.
Co-authored-by: Till Hoffmann <tillahoffmann@gmail.com>
Allows to control parameters passed to
DockerClient.from_envto configure the docker client. Allowed parameters can be found in the docker-py docs.Fixes #180