Skip to content
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

Create ENV var to disable launcher #9

Closed
colearendt opened this issue Dec 19, 2019 · 1 comment · Fixed by #31
Closed

Create ENV var to disable launcher #9

colearendt opened this issue Dec 19, 2019 · 1 comment · Fixed by #31

Comments

@colearendt
Copy link
Contributor

colearendt commented Dec 19, 2019

/usr/lib/rstudio-server/bin/rstudio-launcher > /dev/null 2>&1 &
wait-for-it.sh localhost:5559 -t 0

I think to make this container ideal, we should make launcher "optional." A few reasons for this:

  • If you want to use legacy behavior without the launcher (i.e. project sharing, load balancing local sessions, etc.)
  • If you want to run the launcher in a separate container from RSP. This pattern isn't common yet, but it is something we may want to think about as an option longer term 😄
@danielfrg
Copy link
Contributor

Agree, I thought about but decided to leave that out for the first pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants