Sign inSign up

jaysnm/r-base

By jaysnm

•Updated almost 5 years ago

R-base Docker Image with support for spatial data packages though GDAL, GEOS and PROJ4

Image
1

10K+

jaysnm/r-base repository overview

⁠R-base Docker Image

Supported R Docker Platform

This repository contains a minimal R docker image with latest R version. The image is pre-built with support for spatial data packages though GDAl, GEOS and PROJ4. ubuntu:focal is used as the base image and thus any command that ubuntu can understand goes into Dockerfile.

To get started, you need to have docker⁠ installed and general knowledge about building images with docker.

Set jaysnm/r-base as your Base Image to initialize build stage for subsequent instructions to create your spatial-aware docker image. Follow this official guide⁠ to understand how build instructions are specified in Dockerfile.

FROM jaysnm/r-base
 ....
 ....
CMD ...

⁠License

The Dockerfile in this repository is licensed under Creative Commons copyright⁠.

⁠Contribution

See CONTRIBUTING.md⁠ and open an issue⁠

⁠Github Repository

https://github.com/jaysnm/r-base⁠

Tag summary

Content type

Image

Digest

Size

509.4 MB

Last updated

almost 5 years ago

docker pull jaysnm/r-base