-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rshiny running with shiny user: Permission denied #724
Comments
Could you please explain the problem in more detail? Are those errors preventing Shiny Server from working? |
@eitsupi If I don't run with a shiny user, and instead with the root user my env vars come through just fine. (and no extra error logs) Are these logs expected behavior when not running at root? |
Thank you for your reply. In other words, Shiny Server normally does not read the host machine's environment variables, so it needs to write the vars to the |
Interesting, thank you for the information! I ended up managing to get it to work by giving shiny ownership of the following: S6 logs still don't play nice, but the env variable came through. |
Container image name
rocker/shiny
Container image digest
rocker/shiny@sha256:42dfd31b5fe3f4affb2e20be8c04ccfde212566a55ae7f3826a4e318dece75ef
What operating system are you seeing the problem on?
Windows
System information
Bug description
I am aware of the previously closed threads suggesting this is a non-issue with updated S6 changes.
However, I can't seem to understand what I would be doing incorrectly for such a simple test running with a shiny user.
Running with the latest rocker/shiny image.
docker run --name shiny --user shiny -p 3838:3838 rocker/shiny
Is there something I am missing to just run a simple shiny server?
How to reproduce this bug?
The text was updated successfully, but these errors were encountered: