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
- Host: GitHub
- URL: https://github.com/missinglink/gis
- Owner: missinglink
- Created: 2017-02-08T17:16:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T11:08:53.000Z (over 6 years ago)
- Last Synced: 2025-06-13T10:05:44.841Z (about 1 year ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/missinglink/gis/
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```