This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new 5c932f132 [docs] Use the "docker compose ps" to show the running 
containers (#2229)
5c932f132 is described below

commit 5c932f13272589490f49f864c1d45c0e65ddd0eb
Author: Junfan Zhang <[email protected]>
AuthorDate: Sun Dec 28 21:19:57 2025 +0800

    [docs] Use the "docker compose ps" to show the running containers (#2229)
---
 website/docs/quickstart/flink.md     | 2 +-
 website/docs/quickstart/lakehouse.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/quickstart/flink.md b/website/docs/quickstart/flink.md
index ab11316cb..a3dc859a7 100644
--- a/website/docs/quickstart/flink.md
+++ b/website/docs/quickstart/flink.md
@@ -131,7 +131,7 @@ This command automatically starts all the containers 
defined in the Docker Compo
 
 Run 
 ```shell
-docker container ls -a
+docker compose ps
 ```
 to check whether all containers are running properly.
 
diff --git a/website/docs/quickstart/lakehouse.md 
b/website/docs/quickstart/lakehouse.md
index 71176867e..5845814b7 100644
--- a/website/docs/quickstart/lakehouse.md
+++ b/website/docs/quickstart/lakehouse.md
@@ -128,7 +128,7 @@ This command automatically starts all the containers 
defined in the Docker Compo
 
 Run 
 ```shell
-docker container ls -a
+docker compose ps
 ```
 to check whether all containers are running properly.
 

Reply via email to