-
Dear Community,
I am working on integrating Docker Swarm discovery upstream in Prometheus.
The upstream work is at https://github.com/prometheus/prometheus/pull/7420
I did not start that work…
-
Would like to see a docker-compose.yml example to run Redis Cluster on 3 servers in Docker Swarm, with replication between each Redis on the 3 servers, while enabling read and write access to each Red…
-
-
Hello,
I try to use the linux app in a docker environment.
It works perfectly in a docker-compose.
But I got this message when I try to create my container in a docker swarm service :
> The V…
-
https://gist.github.com/londoncalling/4a6f09647c7446d1f25fe54106db1334
https://docs.docker.com/machine/install-machine/
https://docs.docker.com/machine/get-started/#use-machine-to-run-docker-contain…
dmtrs updated
6 years ago
-
Great project, but I fail to see how this concept can scale with just one container. I propose we add [Docker Swarm](https://docs.docker.com/engine/swarm/) support to distribute the load amongst sever…
-
**Describe the bug**
```
Failed to import the required Python library (Docker SDK for Python: docker (Python >= 2.7) or docker-py (Python 2.6)) on 's Python /usr/bin/python. Please read the module d…
-
### Environment
SaaS (https://sentry.io/)
### What are you trying to accomplish?
I have setup sentry in docker swarm cluster having 4 nodes (OS - RHEL 7.9), it is working perfectly fine with this v…
-
### TL;DR
When creating a volume as described in the doc linked from the readme, it doesn't error, but never creates the volume. It shows as "pending creation" in `volume ls` and logs errors in jou…
-
Can nginx-proxy run on multiple nodes over something like docker swarm? The default setup was using the unix socket to listen for events so it would not work across nodes.