I have two users in my linux system. Each user has their own docker container running for them. Both the user's were able to view and edit the files present in every container.
The files in every container are user specified, as they do git clone to get their files to work on.
Can we able to restrict the usage of user for not accessing the container launched by the another linux user?
Can it be user specific? If yes, Can it be done without adding users inside dockerfile?