Deploying with Docker
This guide will show you how to run a Fluss cluster using Docker. In this guide, we will introduce the prerequisites of
the Docker environment and how to quickly create a Fluss cluster using the docker run commands
or docker compose file.
Prerequisites
Overview
Prepare the build machine before creating the Docker image.
Hardware
Recommended configuration: 4 cores, 16GB memory.
Software
Docker and the Docker Compose plugin. All commands were tested with Docker version 27.4.0 and Docker Compose version v2.30.3.
Deploy with Docker
The following is a brief overview of how to quickly create a complete Fluss testing cluster
using the docker run commands.
Create a shared tmpfs volume
Create a shared tmpfs volume:
docker volume create shared-tmpfs
Create a Network
Create an isolated bridge network in docker
docker network create fluss-demo