https://github.com/colearendt/docker-r-base
Base docker image for R
https://github.com/colearendt/docker-r-base
Last synced: about 2 months ago
JSON representation
Base docker image for R
- Host: GitHub
- URL: https://github.com/colearendt/docker-r-base
- Owner: colearendt
- License: mit
- Created: 2018-09-14T20:16:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T01:47:15.000Z (over 6 years ago)
- Last Synced: 2025-02-14T13:15:21.944Z (4 months ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker R Base
=============Base docker image to install R versions on top of.
### Build docker image locally
```
docker build -t rstudio/r-base:trusty trusty
docker build -t rstudio/r-base:xenial xenial
```## Note
This is an "unofficial" docker image, use at own risk.