Skip to main content
Version: current [25.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. Open Docker Desktop and click >_Terminal on the bottom-right of the screen.
  2. Copy and paste the following command into the terminal:
docker run -p 9047:9047 -p 31010:31010 -p 45678:45678 -p 32010:32010 -e DREMIO_JAVA_SERVER_EXTRA_OPTS=-Dpaths.dist=file:///opt/dremio/data/dist dremio/dremio-oss
  1. Press Enter to run the command.
  2. Wait for the containers to come up, which can take up to 2 minutes.
  3. Open your browser and navigate to http://localhost:9047 to land on a sign-up page.
  4. On the sign-up page, enter your details and click Next to start using Dremio.
tip

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