Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 646 Bytes

File metadata and controls

20 lines (13 loc) · 646 Bytes

duckdb-docker

Creation of DuckDB Docker image. Image gets pushed to DockerHub.

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

docker run -it datacatering/duckdb:v1.5.2

Run with UI

docker run --rm --net host -it datacatering/duckdb:v1.5.2 -ui

Then open http://localhost:4213. If using Docker Desktop, ensure host networking is enabled as seen here.