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