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.