A dockerised duckdb with the extensions httpfs, spatial and postgres_scanner
3.3K
This docker image is just duckdb with a few extensions, a lot like https://github.com/duckerlabs/ducker and https://github.com/davidgasquez/docker-duckdb. To make it slightly easier to use for singularity users, I've left the unzipped extensions in /opt and have a duckdbrc file there as well. So, like the standard docker approaches, you can do:
docker run -it --rm qldrsc/duckdb duckdb
but for singularity users, you can do
singularity exec docker://qldrsc/duckdb duckdb --init /opt/duckdbrc
Content type
Image
Digest
sha256:fe7b9397f…
Size
160.2 MB
Last updated
about 3 years ago
docker pull qldrsc/duckdb