Skip to content

Daveyr/armr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker ARM containers for R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published