From 795533ede700395add26746b50f3d34aa3c1a3eb Mon Sep 17 00:00:00 2001 From: Mengdi Gao Date: Sun, 2 Nov 2014 22:55:36 +0800 Subject: [PATCH] Remove extra line feed typo The removed extra line feed broke the paragraph at https://docs.docker.com/userguide/dockerizing/ --- docs/sources/userguide/dockerizing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sources/userguide/dockerizing.md b/docs/sources/userguide/dockerizing.md index 9da4890bfa..2383160986 100644 --- a/docs/sources/userguide/dockerizing.md +++ b/docs/sources/userguide/dockerizing.md @@ -126,8 +126,7 @@ identifies a container so we can work with it. > on we'll see a shorter ID and some ways to name our containers to make > working with them easier. -We can use this container ID to see what's happening with our `hello -world` daemon. +We can use this container ID to see what's happening with our `hello 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