Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 732 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 732 Bytes

armr

Docker ARM containers for R. The base image contains R 4.0.3 along with devtools, testthat and common libraries. It is verified for use as the base image for a Raspberry Pi Gitlab runner.

Usage

First build the base image in the root folder. On first build this can take some time.

docker build -t armr .

Then you can run it.

docker run -it armr

Or you can build another image that is based off armr.

cd plumber
docker build -t plumber .
docker run --rm -p 8000:8000 plumber

Sub images

All these sub images rely on the base image, armr, and are experimental.

  • plumber
  • doparallel
  • rstudioserver

Notes

Plumber is a work in progress.