Remove extra line feed typo

The removed extra line feed broke the paragraph at https://docs.docker.com/userguide/dockerizing/
This commit is contained in:
Mengdi Gao 2014-11-02 22:55:36 +08:00
parent 4d4a7b81bf
commit 795533ede7
1 changed files with 1 additions and 2 deletions

View File

@ -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 > on we'll see a shorter ID and some ways to name our containers to make
> working with them easier. > working with them easier.
We can use this container ID to see what's happening with our `hello We can use this container ID to see what's happening with our `hello world` daemon.
world` daemon.
Firstly let's make sure our container is running. We can Firstly let's make sure our container is running. We can
do that with the `docker ps` command. The `docker ps` command queries do that with the `docker ps` command. The `docker ps` command queries