Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.38 KB

Docker Stars Docker Pulls License

Docker GRASS GIS (alpine linux)

Credits to https://github.com/zarch/docker-alpine-grass-gis

Dockerfile with an Alpine Linux image with GRASS GIS and grass-session.

Download size of this image is only:

Build the docker with:

$ sudo docker build --build-arg GRASS_VERSION=7.7 \
                    --build-arg PYTHON_VERSION=3  \
                    --build-arg PROJ_VERSION=5.2.0 \
                    --build-arg PROJ_DATUMGRID_VERSION=1.8 \
                    .

View the images available using sudo docker images and open a bash terminal with:

$ sudo docker run -i -t 15550df91610 /bin/bash
bash-5.0#