From f8c849c6d41bbe71b565d237084979f2e73d5bd5 Mon Sep 17 00:00:00 2001 From: Mike Chelen Date: Fri, 27 Jun 2014 02:34:47 -0400 Subject: [PATCH] Update dockerizing.md fix typo Upstream-commit: 0bfa14a70aa7dda06d769c5dd55354b13b417c94 Component: engine --- components/engine/docs/sources/userguide/dockerizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/userguide/dockerizing.md b/components/engine/docs/sources/userguide/dockerizing.md index afe18ce8df..ed927df08a 100644 --- a/components/engine/docs/sources/userguide/dockerizing.md +++ b/components/engine/docs/sources/userguide/dockerizing.md @@ -131,7 +131,7 @@ world` daemon. Firstly let's make sure our container is running. We can do that with the `docker ps` command. The `docker ps` command queries -the Docker daemon for information about all the container it knows +the Docker daemon for information about all the containers it knows about. $ sudo docker ps