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
- Pull the Docker image for Dremio Community Edition.
docker pull dremio/dremio-oss
- 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.