Skip to main content
Version: current [26.x Preview]

Get 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:

    Run Docker
    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
  3. Press Enter to run the command.

  4. Wait for the containers to come up, which can take up to 2 minutes.

  5. Open your browser and navigate to http://localhost:9047 to land on a sign-up page.

  6. 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.

Next Steps

  • To build your first data product in Dremio using sample data, see Get Started.
  • To configure your own sources, see Manage Sources.