From 6ff30a1bc0a0dd0729ecd1bdbfa3bde3d76d6112 Mon Sep 17 00:00:00 2001 From: Junfan Zhang Date: Tue, 23 Dec 2025 20:26:06 +0800 Subject: [PATCH] [docs] Use the docker compose ps to show the running containers --- 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 ab11316cbe..a3dc859a79 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 71176867ec..5845814b7e 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.