Allow Docker Client Configuration#210
Allow Docker Client Configuration#210tillahoffmann merged 8 commits intotestcontainers:masterfrom timbmg:docker-client-config
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 |
tillahoffmann
left a comment
There was a problem hiding this comment.
Great, just one small suggestion.
Co-authored-by: Till Hoffmann <[email protected]>
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