-
**Description**
I have no services that use 80 port:
```
# docker service inspect `docker service ls -q` | grep Port | grep 80
```
But on every node in cluster I have `dockerd` process…
-
Continue to exploring Docker Swarm (see related issue https://github.com/docker/docker/issues/25236). Seems like scenario just has not been covered - how to persist volumes in the tasks.
Let's assume…
-
Swarm mode internally tracks removed nodes with a cert blacklist recording the CN of the nodes cert. It would be useful to expose this list via an API for visibility/management purposes.
-
### Summary
Using the containerd backend in Docker together with an untrusted builder fails the build:
```
ERROR: failed to build: failed to fetch base layers: saving image with ID "sha256:6528…
-
I have tried running the image created by this script using a Docker service:
$ docker service create --replicas 1 --name t1 -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -e "EMULATOR_PARAMS=-gpu hos…
-
Reviewing #28192, stumbled upon this https://github.com/docker/docker/pull/28192/files#diff-b2821be6b073a3446a2f5aca438ef409R84, and realized that, as of now, the `filter` label on `docker node ls` on…
-
I have a Swarm cluster for some network reasons, but I deploy containers in a specific node each time (depending on some requirements). So I want to launch my agent running on Docker standalone but it…
-
I have kafka running in swarm mode.
Kafka always restore data, how to delete it completely in swarm mode?
i tried deleting all volumes.
i tried to remove the whole stack.
nothing helps
*…
-
```
#!watchflakes
default
-
### Is this urgent?
Yes
### Host OS
Linuyx Mint
### CPU arch
x86_64
### VPN service provider
Private Internet Access
### What are you using to run the container
docker-compose
### What is th…