Skip to content

Commit

Permalink
docs: Small addition in add new databases with docker (#15410)
Browse files Browse the repository at this point in the history
* Small addition add new databases docker

* Update docker-add-drivers.mdx

Since no reply from @JavierLopezT I've gone ahead and incorporated @mvoitko's feedback and using this as an opportunity to educate (instead of showcasing an escape valve)

Co-authored-by: javier.lopez <[email protected]>
Co-authored-by: Srini Kadamati <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2021
1 parent 0778f4a commit 78dd17c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,18 @@ Rebuild your local image with the new driver baked in:
docker-compose build --force-rm
```

After the rebuild is complete, which make take a few minutes, relaunch:
After the rebuild of the Docker images is complete (which make take a few minutes) you can relaunch using the following command:

```
docker-compose up
```

The other option is to start Superset via Docker Compose is using the recipe in `docker-compose-non-dev.yml`, which will use pre-built frontend assets and skip the building of front-end assets:

```
docker-compose -f docker-compose-non-dev.yml up
```

### 3. Connect to MySQL

Now that you've got a MySQL driver installed locally, you should be able to test it out.
Expand Down

0 comments on commit 78dd17c

Please sign in to comment.