https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061288
Docker Engine v25 (not yet natively packaged as docker.io, I know - but docker-ce from their repo is) deprecates legacy API versions:
https://docs.docker.com/engine/deprecated/#deprecate-legacy-api-versions
This affects libnss-docker, because it has API version 1.21 (set at configure time).
A workaround until Docker Engine v26 would be to set DOCKER_MIN_API_VERSION=1.21 for the Docker Daemon, but after that, a minimum of 1.24 is required.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061288
Docker Engine v25 (not yet natively packaged as docker.io, I know - but docker-ce from their repo is) deprecates legacy API versions:
https://docs.docker.com/engine/deprecated/#deprecate-legacy-api-versions
This affects libnss-docker, because it has API version 1.21 (set at configure time).
A workaround until Docker Engine v26 would be to set
DOCKER_MIN_API_VERSION=1.21for the Docker Daemon, but after that, a minimum of 1.24 is required.