You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/install-deploy/deploying-with-docker.md
+26-21Lines changed: 26 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,12 @@ sidebar_position: 4
21
21
22
22
# Deploying with Docker
23
23
24
-
This guide will show you how to run a Fluss cluster using Docker. In this guide, we will introduce the prerequisites of
25
-
the Docker environment and how to quickly create a Fluss cluster using the `docker run` commands
26
-
or `docker compose` file.
24
+
This guide will show you how to run a Fluss cluster using Docker.
25
+
We will introduce the [prerequisites of the Docker environment](#prerequisites), and how to quickly create a Fluss cluster using [`docker run` commands](#deploy-with-docker)
26
+
or a [`docker compose` file](#deploy-with-docker-compose).
27
27
28
28
## Prerequisites
29
29
30
-
**Overview**
31
-
32
-
Prepare the build machine before creating the Docker image.
0 commit comments