whisklabs / docker-it-scala

Docker integration testing kit with Scala
MIT License
431 stars 91 forks source link

Added support for running docker in privileged mode. #108

Closed SlyngDK closed 2 years ago

SlyngDK commented 6 years ago

Hi @viktortnk I am working on a project that requires to run the test containers in privileged mode. I will be happy if this great project, could add support for this. This is my proposal for a solution.

Could you please consider merging this, or give some feedback.

viktortnk commented 6 years ago

Hi @SlyngDK

It is not among purposes of this project to integrate every possible option and publish it every time. If you need custom stuff, please fork it and make you changes

Regarding code: spec.privileged.get I can't possibly accept this as it will result in error when option is empty.

I might soon do changes to 0.10 branch, where you can use underlying library API (sporify docker client) directly and put all the custom options you want there.

RicoGit commented 2 years ago

Duplicates this one that was earlier.