A simple container with multiple versions of R and Posit/R-Studio Workbench (Open Source version)
1.2K
The repository contains a set of complete images with the Posit/R-Studio Workbench (Open Source version) application and multiple versions of R intended for Life Science GxP use and other regulated industries.
The containers are based on the openapx/rbatch container images. The rworkbench container image inherits 2 versions of R and the 160+ R packages for each that is provided by the rbatch container used as the build source.
The Posit/R-Studio version installed is the latest release for Open Source license. As this license only supports a single version of R, the latest R version is enabled as indicated by the symbolid link /opt/R/workbench. To enable a different version of R, either repoint the symbolic link or edit the rserver.conf file.
The simplest way to get started is to pull the latest build.
docker pull openapx/rworkbench:latest-ubuntu
The Posit/R-Studio Workbench service is currently lisenting to the default port 8787.
docker run -dit -p <port>:8787 openapx/rworkbench:latest-ubuntu
Currently only HTTP (not SSL) is supported. However, a standard configuration to support both HTTP and HTTPS is on the roadmap.
docker exec -it <image> /opt/openapx/utilities/rworkbench_adduser.sh <user>
This container includes software from different sources that may have their own specific license. It is left to the user to ensure that the use of this container is in line with permitted use as set out in each individual license.
Source repository https://github.com/openapx/docker-rworkbench
Content type
Image
Digest
sha256:3c2afe833…
Size
2.5 GB
Last updated
about 2 years ago
docker pull openapx/rworkbench:latest-ubuntu