Peter Darton

Results 94 comments of Peter Darton

FYI this issue affects authentication as well (seen in 3.0.3). e.g. The server returned "expires_at": "2017-08-30T13:46:51.480655Z" and this resulted in a java.util.Date of "Wed Aug 30 14:54:51 BST 2017". i.e....

FYI `dockerNode` is experimental functionality and, sadly, the author of it hasn't persued it much in the last few years. I suspect that it hit a dead end and the...

Well, it looks like the underlying `docker-java` library probably supports a `user` argument, so it shouldn't be too tricky to implement. If you create a PR, I'd be happy to...

You are correct that the docker-plugin doesn't pay any attention to any files on the Jenkins master (aside from the Jenkins configuration files that configures Jenkins itself) or on the...

FYI there have been (relatively) recent changes that have updated the version of docker-java present to 3.2.x. That upgrade _may_ unblock this issue ... but I've no idea (and have...

Hmm, yes, that admission from Hyper-V that `filesystem operations against a running Hyper-V container are not supported` is going to be a problem. I mean, ideally, Microsoft would actually finish...

Limitations will probably be in both - the docker-java-api would have to support it, and then the docker-plugin would have to take advantage of that support. However, I'm puzzled as...

Oh, that's something I was unaware of; thanks for the explanation. Yes, I agree that SSH is easier than SSL (I've developed quite a dislike for SSL certificates). So to...

Oh, that's something I was unaware of; thanks for the explanation. Yes, I agree that SSH is easier than SSL (I've developed quite a dislike for SSL certificates). To support...

TL;DR: If you want your docker containers to be secured against each other then the place to do that is in the docker host. You are correct that privileged mode...