An open API service indexing awesome lists of open source software.

https://github.com/missinglink/gis

latest and greatest compiled versions of GIS tools on ubuntu
https://github.com/missinglink/gis

Last synced: 9 months ago
JSON representation

latest and greatest compiled versions of GIS tools on ubuntu

Awesome Lists containing this project

README

          

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

# build

```bash
$ cd path_to_this_directory

$ docker build -t missinglink/gis .
```

# run

> interactive shell

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

# use as base for another Dockerfile

```bash
$ head -n2 Dockerfile

# base image
FROM missinglink/gis
```