Skip to content

File ownership #11

@rgaiacs

Description

@rgaiacs

If user is running Docker rootless, this is how user ID is mapped

flowchart TB
    subgraph container[rootless container]
    container-root[root UID=0]
    container-pgadmin4[pgadmin4 UID=5050]
    end

    subgraph host
    host-root[root UID=0]
    alice[alice UID=1002]
    bob[bob UID=1003]
    host-pgadmin4[pgadmin4 UID=105050]
    end

    bob-->container-root
    host-pgadmin4-->container-pgadmin4
Loading

This means that user will not have problem with files being owned by root.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions