zarch / docker-alpine-grass-gis

Docker using AlpineLinux with GRASS GIS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Stars Docker Pulls License

Docker GRASS GIS (alpine linux)

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#

About

Docker using AlpineLinux with GRASS GIS

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%