Skip to main content
Version: 24.3.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

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 32010:32010 -p 45678:45678 dremio/dremio-oss
tip

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