An open API service indexing awesome lists of open source software.

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

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).