Skip to content

[BUG] 8.0.1 -> 8.0.2 can't create unixsocket #454

Closed
@nunojpg

Description

@nunojpg

There was a regression with 8.0.2, where the following command now terminates:

docker run -v /run/redis:/data/sock redis:8.0.2 redis-server --unixsocket /data/sock/redis.sock

With 8.0.1 it would work fine:

docker run -v /run/redis:/data/sock redis:8.0.1 redis-server --unixsocket /data/sock/redis.sock

If you run 8.0.2 after 8.0.1 then it will succeed, because the volume has the right permissions set by the 8.0.1 invocation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions