-
In version 3 compose has another [restart configuration](https://docs.docker.com/compose/compose-file/#restart_policy)
```
version: "3"
services:
redis:
image: redis:alpine
deploy:
…
-
Hello,
I'm a novice to docker/swarm and portainer. I've managed to run portainer in a standalone mode an have been successful at installing pihole + cloudflared DoH in standalone docker-compose. So…
-
**Description**
I'm able to do rolling update without any "Connection Refused" if I have 2 replicas but not if I have only one.
For people with small VPS, it would be useful to be able to do "ro…
-
**Is your feature request related to a problem? Please describe.**
We should assist end users as best we can to align with Docker security best practises, particularly for scenarios where FlowKit mig…
-
Hello,
We have got 3 physical nodes.
We face problem when creating service with option --mode global. Swarm creates more replicas than desired. In our case four. So in docker service overview (d…
-
### Contributing guidelines
- [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree
### I've found a bug and chec…
-
### Description
When deploying a container I have this error:
**level=error msg="add cg to OOM monitor" error="write /sys/fs/cgroup/memory/docker/85658e63e3ce613704e58cdc71d9dc8ff571d980e062937fbb…
-
**Description**
Recently had an issue with D4AWS and lost quorum with my 3 managers. The Lead manager was still present and I was able to recover the swarm using `docker swarm init --force-new…
-
### Description
When using a Dev Drive, commands fail with:
> failed to solve: failed to read dockerfile: error from sender: resolve : EvalSymlinks: too many links
### Reproduce
* [Set up a De…
-
Hello,
I'm running docker in user-ns remap mode, and i'm trying to change it to rootless mode following this procedure [link](https://docs.docker.com/engine/security/rootless/)
But in can't start …