Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify the user in the docker run command using --user option
- This is done in order to ensure that it is the same current user inside the container too. - The user will be the owner of the Docker container process. - Using the –user option will override the user specified in Dockerfile.
- Loading branch information