Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ GitHub action for creating the image checks each day for the latest version of D
## Run

```shell
docker run -it datacatering/duckdb:v1.5.2
docker run -it datacatering/duckdb:v1.5.3
```

### Run with UI

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

Then open [http://localhost:4213](http://localhost:4213).
Expand Down