Peter Darton
Peter Darton
The syntax that's expected here is dictated by the [docker-java code](https://github.com/docker-java/docker-java/blob/master/docker-java-api/src/main/java/com/github/dockerjava/api/model/Bind.java#L100) It's also described in the help-text for that field (press the "?" icon that's to the right of the...
Well, this plugin uses `docker-java` to talk to the docker daemon - if `docker-java` doesn't support Windows paths in mounts then this plugin doesn't either and there's not much that...
It looks like it's been closed, not merged. The latest official release is 3.1.5 and that does not look like it includes any fixes on this matter. The `docker-java-api-plugin` (which...
Do you know which version of docker-java that went into? FYI changing docker-java versions is often problematic so it helps to only move forwards as little as we have to.
Right now, we (collectively) are struggling to even reach 3.2.2 (see pr #829) as that's blocked by dependency troubles (which I'm trying to reduce with pr #836 and [docker-java-api pr...
To be honest, I'm not keen on having Jenkins specify container names :-/ FYI a number of users (including me) previously hit problems with this plugin precisely because any name...
No worries - been quite busy myself ;-) FYI I'd recommend that you take a look at the vSphere and/or OpenStack plugins and take a look at how those plugins...
#626 mitigates this issue a bit, because it shows problems where the problems come from, but we could still do with a means of triggering that to start with.
I've been doing some housekeeping and noticed this PR was here with lots of "approved" notes but wasn't merged by @ndeloof at the time. My knowledge of pipelines is limited;...
> could offer a DockerAgent/help-image.html in case the meaning of the field is not obvious Even if it's obvious, it should state it explicitly. Users generally need to be told...