Skip to content

Docker using AlpineLinux with GRASS GIS 7.latest (small docker image)

License

Notifications You must be signed in to change notification settings

neteler/docker-alpine-grass-gis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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#

About

Docker using AlpineLinux with GRASS GIS 7.latest (small docker image)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%