Skip to content

Does not work OOTB with Docker Engine 25 anymore #14

Description

@moschlar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions