bverkron

Results 119 comments of bverkron

Our organization is moving to a docker based slave setup and we're very much interested in the kind of functionality the dockerNode feature provides (i.e. codifying the creation of docker...

To clarify, when you say ".... which may be hard in Declarative" do you mean currently or after this PR. Currently we're just targeting build agents / stages for the...

> dockerNode is totally different. It starts a Jenkins agent in a Docker container and then any sh steps are launched directly from that agent JVM in the usual way....

I now see where all the confusion was coming from. There are two main "paths" / approaches to communicating with Docker on a remote host... **1) Remote host with Docker...

I tried the `daemon://` designation I found in another issue and now I get this. Perhaps that's because one image was built with `overlay2` and the other with `devicemapper`? ```...

Switched to a different image to compare (version 283 instead of 281) and now I get an out of memory error and a stack dump :/ ``` fatal error: runtime:...

I would very much like a 1440p option as well. My gaming rig uses a 1440p monitor which is the current sweet spot for gaming. Pain to have it lower...

I have this issue as well and would like to clear it out. It's showing stats for containers of images I don't even have anymore.

Looking at the readme there's this: > Mounting the volume /opt/docker-stats/db is optional. You can use it if you want to persist the SQLite database. I don't care about history...

Just remove the bind mount and it worked perfectly. It still gives history too it just won't keep it when the container recycles, think. I restarted the container and it...