Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions images/dremio-oss/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Dremio Docker Image
## Image Build

You can build this image by identifying a Dremio download tarball download URL and then running the following command:
You can build this image by identifying a Dremio [download tarball](https://download.dremio.com/community-server/) and then running the following command:

``` bash
docker build --build-arg DOWNLOAD_URL=<URL> -t "dremio-oss:2.0.5" .
docker build --build-arg DOWNLOAD_URL=<URL> -t "dremio-oss:24.3.0" .
```

Note: This should work for both Community and Enterprise editions of Dremio.
Expand All @@ -14,7 +14,7 @@ Note: This should work for both Community and Enterprise editions of Dremio.
## Single Node Deployment

```bash
docker run -p 9047:9047 -p 31010:31010 -p 45678:45678 dremio/dremio-oss
docker run -p 9047:9047 -p 31010:31010 -p 32010:32010 -p 45678:45678 dremio/dremio-oss
```
This includes a single node deployment that starts up a single daemon that includes:
* Embedded Zookeeper
Expand Down