Deploying with Docker
This guide will show you how to run a Fluss cluster using Docker.
We will introduce the prerequisites of the Docker environment, and how to quickly create a Fluss cluster using docker run commands
or a docker compose file.
Prerequisites
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