Skip to content

missinglink/gis

Repository files navigation

this container can be found on dockerhub: https://hub.docker.com/r/missinglink/gis/

build

$ cd path_to_this_directory

$ docker build -t missinglink/gis .

run

interactive shell

$ docker run -it --rm -v /data:/data missinglink/gis bash

use as base for another Dockerfile

$ head -n2 Dockerfile

# base image
FROM missinglink/gis

About

latest and greatest compiled versions of GIS tools on ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published