https://github.com/data-catering/duckdb-docker
DuckDB Docker image
https://github.com/data-catering/duckdb-docker
docker duckdb
Last synced: 3 months ago
JSON representation
DuckDB Docker image
- Host: GitHub
- URL: https://github.com/data-catering/duckdb-docker
- Owner: data-catering
- License: apache-2.0
- Created: 2024-06-05T07:10:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T23:56:50.000Z (4 months ago)
- Last Synced: 2026-02-13T08:44:11.976Z (4 months ago)
- Topics: docker, duckdb
- Language: Shell
- Homepage: https://hub.docker.com/r/datacatering/duckdb
- Size: 41 KB
- Stars: 47
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# duckdb-docker
Creation of DuckDB Docker image. Image gets pushed to [DockerHub](https://hub.docker.com/repository/docker/datacatering/duckdb/general).
GitHub action for creating the image checks each day for the latest version of DuckDB and will push if a new version is available.
## Run
```shell
docker run -it datacatering/duckdb:v1.4.4
```
### Run with UI
```shell
docker run --rm --net host -it datacatering/duckdb:v1.4.4 -ui
```
Then open [http://localhost:4213](http://localhost:4213).
If using Docker Desktop, ensure host networking is enabled as [seen here](https://docs.docker.com/engine/network/drivers/host/#docker-desktop).