-
It seems that there is a limitation either with the ingress network, or the docker_gwbridge network, as its seemingly impossible to expose more than 128 ports externally via ingress on a swarm cluster…
-
Currently _docker node update_ accepts one host at a time. Would be nice if docker node update can accept an array of nodes.
If someone wants to add same node label to a cluster of hosts , as per c…
-
### Description
In my project I am creating a config file with "docker compose" which is then used to deploy a docker swarm service ("docker stack deploy"). With docker-compose v1 this worked fine,…
-
This is in regards to previous discussions which happened here in regards to Docker swarm mode within 1.13:
https://github.com/docker/compose/issues/4305#issuecomment-282111823
and here:
htt…
-
### Description
Hey,
I setup a docker swarm with my notebook (x86_64) and a raspberry pi model 3B.
With the following config, I am not able to access the nc instance running on the worker node fr…
-
**Describe the bug**
when a persistant volume is mounted by a service on a swarm worker node, il we modify the swarm service to mount another persistant volume then this can cause high IO wait on…
-
## ⚡ The Idea
Adding Docker Swarm CLI adapter to Utopia-PHP `orchestration` module.
The adapter will be able to deploy containers to an existing swarm.
## 📃 Checklist
Implementing Adapter fun…
-
### Description
Running a `docker build` with the below Dockerfile gets stuck for way too long: around 10 minutes.
I'm working in Windows via WSL2, but it might be a more general problem: it seems t…
-
### Description
It seems `docker swarm init` ignores `--data-path-addr` argument when using it like
```
docker swarm init --advertise-addr wg0 --listen-addr wg0 --data-path-addr wg0
```
When…
-
There is Docker integration already but it does not pick up labels from containers running on other swarm nodes.