Skip to content

maxcollombin/docker-gdal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

GDAL Docker configuration

This repository contains the configuration files to build a Docker container with GDAL.

The main purpose of this container is to provide a simple way to run GDAL commands without the need to install it on your local machine.

Start the container

docker compose up -d

Execute GDAL commands

docker compose exec gdal ogr2ogr -lco -f PGDump /data/output.sql /data/input.shp

or access the container shell

docker compose exec gdal sh

and execute gdal commands

ogrinfo /data/input.shp

Stop the container

docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published