markvr
markvr
Thanks for the reply - I'm a bit confused though, do most people just run Jenkins without security enabled then? Unfortunately although I'm happy to play around with the new...
See https://github.com/ashald/EnvFile/pull/199
As a workaround you could unpack the jar and run it with something like: java -classpath "app/WEB-INF/lib/*;app/WEB-INF/classes/" com.example.jsptest.Application
I've been seeing this as well -https://github.com/docker/docker/issues/31115 That issue is closed, but I don't think it is fixed. I want to do some more digging before reopening the issue. I'm...
Another untested workaround might be: Run each service with a "--constraint 'node.labels.type != draining'" and set this label on a host that is about to be drained. Then run "service...
It turns out that adding a label to a node instantly affects all services on that node, so the workaround I suggest is no different to simply saying "--availability=drain". That's...
See https://github.com/mock-server/mockserver/issues/1660
This is also affecting us. Can the pull request above be merged please?
We use it with swarm and it works fine. You need to run it on master nodes, and mount the docker socket into the service.
@charandas I'm not really clear what you mean about the compose versions. We use it with docker swarm and overlay networks. I've never used "links" but I think they were...