ryhsh72 / debian-gdal

GDAL on debian:jessie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debian Jessie image with GDAL installed. Used as a base image for various geospatial use cases, such as debian-mapserver

This Docker Image is available on Dockerhub at debian-gdal

Usage

Run gdalinfo on a file at $(pwd)/file.tif with this image:

docker run --rm -it -v $(pwd):/data pedros007/debian-gdal:2.2.0 gdalinfo /data/file.tif

Build

docker build -t pedros007/debian-gdal:2.2.0 .

About

GDAL on debian:jessie

License:MIT License


Languages

Language:Dockerfile 100.0%