Skip to content
Discussion options

You must be logged in to vote

Thank you. The UID is listed as the user that's also running the Docker daemon (makes sense). That's also the owner of the directories. The only difference is that running docker inspect $(docker ps -q) --format '{{.Config.User}} {{.Name}}' shows UID:GUID, whereas docker top [process] results in the explicit username. The compose file is in UID:GUID format, but that should make no difference shouldnt it?

I'm currently not sure if rootless docker works as expected with the UID/GID mapping as any UID/GID inside the container is a high digit number on the host itself(usually 100000+). In my test setup I removed the "user" flag from my compose file and mounted the config and data folder as …

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@xImMoRtALitY99
Comment options

@SuperGripM
Comment options

@xImMoRtALitY99
Comment options

Answer selected by SuperGripM
@SuperGripM
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants