|
5 vuotta sitten | |
---|---|---|
.. | ||
Dockerfile_alpine | 5 vuotta sitten | |
Dockerfile_alpine_wxgui | 5 vuotta sitten | |
README_alpine.md | 5 vuotta sitten |
Dockerfile with an Alpine Linux image with GRASS GIS and grass-session.
Download size of this image is only approximately 80 MB.
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#