-
-
Notifications
You must be signed in to change notification settings - Fork 0
File ownership #11
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
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-pgadmin4This means that user will not have problem with files being owned by
root.