Skip to content

Commit 05196e6

Browse files
committed
[Docs] Replace older docker ps command with newer docker container ls command for consistency
1 parent 026ec54 commit 05196e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/maintenance/observability/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ This recreates `shared-tmpfs` and all data is lost (created tables, running jobs
222222
Make sure that the modified and added containers are up and running using
223223

224224
```shell
225-
docker ps
225+
docker container ls -a
226226
```
227227

228228
4. Now you are all set! You can visit

website/docs/quickstart/flink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ This command automatically starts all the containers defined in the Docker Compo
140140

141141
Run
142142
```shell
143-
docker ps
143+
docker container ls -a
144144
```
145145
to check whether all containers are running properly.
146146

0 commit comments

Comments
 (0)