-
It's a pretty nice setup you have, thanks for putting it out.
I'm trying to bootstrap the Ceph Ansible role for a VM setup running on Docker Swarm with 5 node (3 master nodes) on Ubuntu, but I'm ge…
-
Unable to use this on ARM arch due to the use of
ttp://www.quicklz.com/qpress-11-linux-x64.tar
which is a compression utility, I'm trying to reformat the DockerFile to build to support arm64 and a…
-
I have a swarm cluster 17.10.0-ce with allot of overlay networks configured on it.
```
NETWORK ID NAME DRIVER SCOPE
vfy20700nst4 ashburn_d…
-
**Description**
When trying to configure a replicated service I found docker ignores the `--replicas 1` and creates more than one task.
**Steps to reproduce the issue:**
when attempting to cr…
-
Hi,
I'm running docker 1.13 experimental and use compose file to deploy mariadb in cluster using your image.
The docker compose file looks like:
```
version: '3'
services:
mariadb:
…
-
Hi,
In summary, swarm deploys n replica of a pending service then deploys other n replica of other service when a new node joins. I expected that swarm deploys 1 replica of first service than 1 rep…
-
**Description**
After upgrade to 1.13.0-rc2 our staging swarm cluster I've seen that the labels we were using to monitor the containers were not working correctly: *com.docker.swarm.task.name*
…
-
### Expected behavior
When services are participating in a swarm network for example `services` across multiple swarm nodes are able to communicate to each other. For example `service a` should be…
-
### Description
We have 9 workers and 3 managers. After add a few new server, they cannot to open some ingress ports, not all, but many. Different nodes do not open different ports. For example:
…
-
Hi there !
Since we are using docker-compose and there is also a Kubernetes config, I was wondering If it would be a good idea to add a Docker Swarm configuration. That's something I would be int…