Ivan Pinatti

Results 7 comments of Ivan Pinatti

Any news on this ?

A more elaborate and self-explanatory version; ``` docker run -it \ -v /var/run/docker.sock:/var/run/docker.sock \ -e "VARNISH_CONTAINER=my-varnish.dev" \ ubuntu:latest \ sh -c " \ apt-get update \ && apt-get install docker.io...

Hi @jonnenauha, Actually I think most Prometheus exporters use the approach to run as a separate container, also this is Docker's best practice, to have a highly specialized container running...

Looks good @svenwltr, I will try it next week. Thanks!

I just had this problem through the PPA installation and using the "manual" install worked. Waiting for the new PPA release. :)

Hi @richardpringle, You can achieve that by using Jenkins **Declarative Pipeline** OR **Scripted Pipeline**. A job example (Jenkinsfile); ``` pipeline { agent { label 'master' } options { disableConcurrentBuilds() timeout(time:...

I have the same version and it works partially for me. It is show on the top bar, but when I click on "other" to change the timezone, nothing happens....