Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Dremio Docker Image

Image Build

You can build this image by identifying a Dremio download tarball download URL and then running the following command:

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

Note: This should work for both Community and Enterprise editions of Dremio.


Single Node Deployment

docker run -p 9047:9047 -p 31010:31010 -p 45678:45678 dremio/dremio-oss

This includes a single node deployment that starts up a single daemon that includes:

  • Embedded Zookeeper
  • Master Coordinator
  • Executor

Multi-node Deployment

Use containers in a Kubernetes environment to deploy multi-node Dremio. See the published helm chart for instructions.