Skip to main content
Version: 24.3.x

Getting Started with Docker

caution

This documentation is for Dremio 24.3.x. For the latest deployment documentation, please see Deploy Dremio.

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
  • Main 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
  1. 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.