R Studio Server with rJava and other dependencies
10K+
Dockerfile linkslatest (Dockerfile)This repository holds a build definition and supporting files for building a Docker image to run R-Studio Server.
It is published as automated build machine-data/docker-r-studio on Docker Hub.
R-Studio Server is an open source (AGPL v3.0 licensed) integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management. R-Studio Server is a web based frontend.
Not quite:
/home/rstudio/projects - ready-to mount.Start R-Studio and name the container r-studio_test:
$ docker run -d \
--name r-studio_test \
--publish 8787:8787 \
--volume $(pwd)/rstudio:/home/rstudio/projects \
machine-data/r-studio
Connect to the web interface with port 8787 and login with rstudio:rstudio
/home/rstudio/projects: Path where R-Studio Projects and R persistent data are saved (.rstudio).8787: Port for the web interfaceR-Studio is written and maintained by R-Studio and is licensed under the AGPL v3.0.
Thanks for considering contributing to docker-r-studio! The easiest way to contribute is either by filing an issue on Github or to fork the repository to create a pull request.
If you have any questions don't hesitate to join us on Slack.
Content type
Image
Digest
Size
1.1 GB
Last updated
over 9 years ago
docker pull machinedata/r-studio