Martin Braun

Results 226 comments of Martin Braun

@bluepuma77 people in this thread (@neersighted ) are from Mirantis - so they are on our (the community's) side :) As mentioned above, this was a huge release. Let's not...

This feels useful for anyone running stateful apps in swarm. I'd be happy to see if this is something I can contribute to. Any pointers where to look specifically (links...

Thanks @szepeviktor . I will have to check out what this would entail in terms of required changes to get the linter happy first, though. A lot of the roles...

Leaving some updates on what has happened in Docker Swarm land over the last few weeks. - This volume still works perfectly fine with Docker 23.0.0. - Docker 23.0.0 adds...

The documentation is a bit misleading and i think the situation is even simpler. The server module does not take a list of firewalls, but instead takes a list of...

Hey @blgm, 1. Yes, they are indeed the same, but since I did not want to break ndjson in an backwards incompatible way by enforcing the input to be new...

What do you think about the naming changes? Should we differentiate between input and output in the flags (while still allowing `ndjson` as an alias to `--output-jsonlines`)?

Hey @blgm , Sorry, I have not had the time to finish this. Last thing i remembered, was that I had trouble getting the unit test harness to run with...

@blgm Something that I found out while working with the new feature a bit: You can't use ndjson/jsonlines-output to convert an input array: ``` [ {...}, {...} ] ``` into...

Maybe using a more modular approach would suffice for people that need mysql support. It is pretty simple to write a healthcheck rest service that you let respond with HTTP...