From dd5d56fcd2fd6025938ac7aafe2dace21dce0bad Mon Sep 17 00:00:00 2001 From: amangoel Date: Tue, 29 Apr 2014 13:49:36 -0700 Subject: [PATCH] Update working-with-docker.md Upstream-commit: 83a5f2a192f4c8bb87e9cbd80df42a0496615a1a Component: engine --- .../engine/docs/sources/introduction/working-with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/introduction/working-with-docker.md b/components/engine/docs/sources/introduction/working-with-docker.md index 17ed7ff761..e76c80cffa 100644 --- a/components/engine/docs/sources/introduction/working-with-docker.md +++ b/components/engine/docs/sources/introduction/working-with-docker.md @@ -236,7 +236,7 @@ the container will also stop. ### Listing containers We can see a list of all the containers on our host using the `docker -ps` command. By default the `docker ps` commands only shows running +ps` command. By default the `docker ps` command only shows running containers. But we can also add the `-a` flag to show *all* containers - both running and stopped.