Skip to main content
Version: current [25.0.x]

Getting Started with Docker

Dremio's Docker quickstart should be used for evaluation and testing purposes only. Following the steps in this guide will create a single-node deployment that includes the following:

  • Embedded Zookeeper
  • Master Coordinator
  • Executor
note

To use the reflections feature, you must configure the distributed storage settings for Dremio. If you just want to run Dremio on your laptop with a quick configuration, use the Lakehouse On Your Laptop repository to generate an environment with the storage pre-configured for reflections.

Prerequisites

Install Docker Desktop before you begin.

Deploy with Docker

  1. Pull the Docker image for Dremio Community Edition.

    docker pull dremio/dremio-oss
  2. Deploy the image.

    docker run -p 9047:9047 -p 31010:31010 -p 45678:45678 -p 32010:32010 --name try-dremio dremio/dremio-oss
tip

For additional details, view the Dremio Community Edition page on Docker Hub.