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 ...
The Dockerfile
in this repository is automatically built using Github Actions with resulting image pushed to Docker Hub.
The Dockerfile in this repository is licensed under Creative Commons copyright.
See CONTRIBUTING.md and open an issue