Skip to content

2.1.0 breaking docker stuff #28

@erwinkramer

Description

@erwinkramer

Getting an error if i don't mount docker.sock (which i understand you need since you're reading labels), but it shouldn't be breaking since you don't expect all users to use labels.

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?"

volumes:
  - /var/run/docker.sock:/var/run/docker.sock

Then if i mount it, i get a second error:

Failed to check if resource is allowed error="Error response from daemon: client version 1.47 is too new. Maximum supported API version is 1.43"

Probably a docker version? I cannot update this since synology manages this (and tends to get a bit behind in versions).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions