-
Deploying Splunk UF in a Docker SWARM mode will not work if it is trying to resolve the Splunk Enterprise instance by service name.
The reason is that dnsutils must be added to the base image, apt-…
-
Hi there,
I'm trying to get service discovery working with weave-net.
I'm using a docker stack file like this:
```
version: "3"
services:
nginx3:
image: cm6051/nginxcurlping
…
-
First, delighted to see the Mirantis blog post on continuing support for swarm mode! 🎉🍾 @dperny
Here service.go uses the namesgenerator package to create a random service name if the caller did n…
-
This might be a dumb question
I am about to implement shepherd in [my swarm.](https://gist.github.com/scyto/f4624361c4e8c3be2aad9b3f0073c7f9)
Currently it has 28 containers across 25 services.
…
scyto updated
3 weeks ago
-
##### SUMMARY
Task docker_swarm_service remove the stack from an existing service.
A service "thestack_theservice" is created by `docker_stack`
```
- name: Installation de la stack I…
-
Hello ,
When I try an installation of version 6.3.4, I get the following message:
**services.connector-export-file-txt.depends_on must be a list**
does this mean anything to you?
Sincerel…
-
**Description:** I would like to know if it’s possible to pass passwords as secrets in Docker Compose, similar to how the official PostgreSQL image supports Docker secrets.
For instance, PostgreSQL…
-
* [x] This is a bug report
* [x] I searched existing issues before opening this one
### Expected behavior
Services within swarm, should be able to bind to "local" address.
### Actual behavior
…
-
using docker swarm, my wud instance does not detect any of my containers.
The web pannel loads correctly.
It just says: "no containers found"
When I look at the logs I have:
`13:47:10.097 WARN …
-
Hello,
We have got 3 physical nodes.
We face problem when creating service with option --mode global. Swarm creates more replicas than desired. In our case four. So in docker service overview (d…