Skip to content

Commit

Permalink
Add Docker run example command (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Sep 11, 2023
1 parent 495f0d5 commit 6eb6ae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Now, you should be able to build the final jar:
bin/build-driver.sh materialize
```

As the result, `resources/modules/materialize.metabase-driver.jar` should be created.
As the result, `resources/modules/materialize.metabase-driver.jar` should be created. You can copy it to the Metabase `plugins` directory and start Metabase.

For smoke testing, there is a Metabase with the link to the driver available as a Docker container:

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ The `metabase-materialize-driver` lets

## To Use the Driver

We provide a pre-built docker image of Metabase including this driver as
[materialize/metabase][]
We provide a pre-built Docker image of Metabase including this driver as
[materialize/metabase][] on Docker Hub. To use it, run:

```bash
docker run -p 3000:3000 materialize/metabase
```

To use the `metabase-materialize-driver` with an existing Metabase
installation, copy a `.jar` file from one of our [releases][] into the
Expand Down

0 comments on commit 6eb6ae6

Please sign in to comment.