As a non-programmer with a user that is in the docker usergroup
I want to be able to access files created by docker in a volume A that I specified using docker run -v A:B without taking further steps
So that I will not get unexpected behavior
Context
In my use-case, I am creating a docker image to help a non-programmer collaborating on a web development project. I want to supply the image as executable that serves the web app, without the non-programmer having to install lots of stuff. The volume is the directory containing the web project - on the host, so I don't want root:root files to appear there.
I may also create a container with git and some scripts doing the only stuff that the collaborator should have to do.
Using docker in this way is new for me, but I think it is a great use case!
This issue is related to #2372. However, I think this use-case is much more specific and might have higher priority.
As a non-programmer with a user that is in the docker usergroup
I want to be able to access files created by docker in a volume A that I specified using
docker run -v A:Bwithout taking further stepsSo that I will not get unexpected behavior
Context
In my use-case, I am creating a docker image to help a non-programmer collaborating on a web development project. I want to supply the image as executable that serves the web app, without the non-programmer having to install lots of stuff. The volume is the directory containing the web project - on the host, so I don't want root:root files to appear there.
I may also create a container with git and some scripts doing the only stuff that the collaborator should have to do.
Using docker in this way is new for me, but I think it is a great use case!
This issue is related to #2372. However, I think this use-case is much more specific and might have higher priority.