Andre Hofmeister
Andre Hofmeister
> If each project builds to the same output folder, then the referenced project may try to write files to the shared output folder, and then the referencing project will...
Have you notice the section **Bind mounts** in the article @swissarmykirpan provided? > These applications all require volume mapping and will not start or run correctly. > - MySQL >...
I use most of the time Windows containers for native C++ components and Windows Desktop applications. But that’s certainly a special use case. In general, it’s not much extra work...
I'm fine with Unix support only for now. This will already help a lot. I'm also pretty sure that the most parts will work with Windows containers too, as you...
You have to wait for a new version. I have updated the version already (0eaea8b0e26e6457e168d160f237c7c33d8f61a7).
I'd like to include the TLS feature with the next snapshot release. No real ETA, but I hope we are done soon.
I would like to add a few more things, but I can publish a snapshot release end of this week.
Published in `2.2.0-beta.3123645733`.
My example is poorly chosen - sorry. Forget about `GetDockerTls()`, etc. I meant to say that all you need is DI. The singleton makes the class difficult to test, DI...