Base image for using R in OpenStudio Server. Includes default Ruby as well.
Installing the docker tool-kit version 17.03.1 or later, as described in the linked documentation. Once the tool-kit is installed and activated, run the command docker build .
. This will initiate the build process for the docker container. Any updates to this process should be implemented through the Dockerfile in the root of this repo.
The builds will be posted to Docker Hub. Builds from the master
branch will result in newly tagged versions (e.g., 3.6.1) and builds from the develop
branch will be tagged as develop.
Please submit issues on the project's Github page.