-
Swarm-scoped events contain `service` events, but not `task` ones. As `task` lifecycle can be different from a `service` (a container is killed, it will create a new task — without any change to the `…
-
```
#!watchflakes
default
-
**Bug description**
exec `curl -L https://downloads.portainer.io/portainer-agent-stack.yml \
-o portainer-agent-stack.yml`
and
`docker stack deploy -c portainer-agent-stack.yml portainer`
…
ha1o0 updated
2 years ago
-
Are there plans to support clustering Kafka via Docker swarm mode, which is new in Docker v1.12.0? With the new swarm you can define services and automatically scale them up or down. Plus docker handl…
-
**Description**
Would it be possible to specify differents ports used by Docker Swarm communications than the one by defaults?
* 7946 TCP/UDP
* 4789 UDP
* 2377 TCP
On some environments,…
-
since the release Docker 1.12, docker service create should be used instead of docker run if the node is part of the docker swarm created by or join/init or create an swarm hash inside docker::run
I …
-
**Description**
I have a Swarm of the three servers and one overlay network, it's running hundreds of similar services. I found that Swarm assigns equal IP addresses for different services.
**…
-
Basic info:
```
Operating System: Raspbian GNU/Linux 11 (bullseye)
Kernel: Linux 6.1.21-v8+
Architecture: arm64
```
```
processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 c…
Joaav updated
2 months ago
-
A talk about how to get started with a self-hosted docker swarm cluster, service discovery and metrics. And common problems I faced when setting it up that almost drove me crazy.
Partial Stack:
…
stex updated
7 months ago
-
I'm experimenting with using docker flow swarm listener as a means to notify my own endpoint with information about new services that join the swarm.
The reason for this, is because I would like to…