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.
docker run -it datacatering/duckdb:v1.3.1
docker run --rm --net host -it datacatering/duckdb:v1.3.1 -ui
Then open http://localhost:4213. If using Docker Desktop, ensure host networking is enabled as seen here.