Yikun commented on PR #11:
URL: https://github.com/apache/spark-docker/pull/11#issuecomment-1279776776

   @pan3793 The DOI recommand to use a certain account/gid/uid as I mentioned 
in PR description, the ability to dynamically create users still exists when 
the user specifies a USER_ID based on the official image.
   
   ```dockerfile
   FROM spark
   # Specify the User that the actual main process will run as
   USER ${spark_uid}
   ```
   
   This is the best way I can think of at the moment and also taking into 
account your scenario. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to