-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support for Docker #29
Comments
The documentation for Linux and Windows also needs a refresh as there are several known issues with rClr on Mono and newer versions of .NET for Windows. See rdotnet/rClr#27 and rdotnet/rClr#31 for rClr build errors on Linux and macOS |
Excellent idea! I will try to help on this. |
Add simplified, full installation instructions including caveats for each OS and required workarounds. General updates to wording
Excellent. That was very fast. Excellent. |
@agstudy would you like to test the docker help script so that it's easy enough to follow along? Also, if you prefer using RStudio Server for easier interactivity over command line R, you can download these two files over the top of the current Dockerfile and then in
and replace The RStudio server will then run as a service in the background and can be accessed at http://localhost:8787 Probably best to test both cases. |
I have tested the docker.sh. I think it works , but I am not sure becuase I don't know how to test it now. |
Sorry, I just mean trial the script so it's easy to understand and works as expected. You can run both images together or independently:
|
I tested the 2 last statements:
Works fine and give the expecte dresult :
Then I tested the intercative R session and it works fine also:
Excellent job! |
Now, How I can call the rsqlserver from Rstudio session? |
Do you mean your local RStudio installation? It's exactly as on the R image except for
Since I'm on a Mac, I can't run rsqlserver on my local RStudio so I have to run RStudio Server on a Docker image. That's what I was referring to here |
Build a Docker image that can be used to run the package on macOS, Linux and Windows in a self-contained environment.
Relates to #24 #16 #13
docker.sh
for easy installation and use of imagesdocker.sh
docker.sh
using compose to avoid manually starting multiple containersThe text was updated successfully, but these errors were encountered: