-
I am running docker version v1.13.0 with swarm (stand alone), the old swarm.
We have an overlay network and it seems that we can't create more than 255 containers. We get the following error:
**…
-
**Description**
I'm using docker swarm mode to start a service with
```
--limit-memory 2GB \
```
and the container then used 2GB plus abrou 4GB SWAP.
I was looking for a way to limit or re…
-
### Description
Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See https://docs.docker.com/desktop/windows/troubleshoot/#virtualization
### Reproduce
do…
-
I am wondering if there is an api to get the equivalent to `docker service ps --no-trunc servicename`
I have tried to explore the api surface but can't see an obvious match.
-
### Description
Hi,
I encounter an error **each time** docker start on logon where it fail to mount bind-mounts volumes.
Stopping the containers and restarting them fix the problem, so this is …
-
When trying to run `mvn clean install` on the drools-shopping-services project as described in the readme the following error comes up:
> [ERROR] Failed to execute goal org.wildfly.swarm:wildfly-swar…
-
**Description**
Hard to protect Docker Swarm Mode node publish, port always binds to 0.0.0.0.
According to [docker service create](https://docs.docker.com/engine/reference/commandline/service_crea…
-
##### SUMMARY
task:
```yaml
- name: docker service update --force serviceName
community.docker.docker_swarm_service:
force_update: yes
name: serviceName
```
returned …
-
Consider switching from Docker Swarm to Docker Compose.
Currently, the applications this deployer manages are deployed using Ansible. Ansible runs `docker stack create` to define the stack based o…
-
### Behaviour
#### Steps to reproduce this issue
1. Create a 5-node swarm cluster with 3 manager nodes in [play with docker](https://play-with-docker.com)
2. Create a swarm-cronjob stack as sho…