[Solved] Containers with named volumes cannot start anymore

Hi,

On a Debian 11 server running Docker 23.0.4 I have a few containers that up until very recently were working but are not anymore.

I think I pin pointed the issue to the fact that the non-working containers have named volumes.

When I try to run those containers with docker compose I get the following error:

Error response from daemon: rpc error: code = Unimplemented desc = unknown
method ListVolumes for service docker.swarmkit.v1.Control

The weird thing is that this error line return zero results in Google.

Any idea ?

I have changed the leader of the swarm cluster to another server now it works again. Weird.