Skip to content

mluck/docker-gdal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

gdal

Docker container with GDAL and jupyter

Originally forked from gtalarico/Dockerfile Docker Jupyter for GIS

Usage

build: docker build . -t gdal -f Dockerfile

run: docker run --rm -p 8888:8888 --name gdal --mount "type=bind,source=${PWD}/.,target=/code" gdal

bash: docker exec -it gdal bash

postgis: docker run --rm --name postgis -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgis/postgis

About

Docker container with GDAL and jupyter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors