You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll respond here to both issues. It seems that the Compose Specification doesn't define user well. I found a relevant issue, compose-spec/compose-spec#39, but it's over 4.5 years old with no movement on it... Also, docker compose config accepts any string for user, regardless of whether it's a valid user/group name, which is unhelpful. So I guess I'll just have to go by what the docker-run(1) and podman-run(1) man pages say for --user.
Please check the following related issue from a project that depends on this library: containers/podlet#106
In short, this compose file is invalid according to the library:
When the
:999
GID portion is dropped, it works fine. It appears that the current implementation doesn't split:
to get the group portion.The text was updated successfully, but these errors were encountered: