From ea049a2ebc072819920c42140221ce4ab7bab22e Mon Sep 17 00:00:00 2001 From: Tony Daws Date: Thu, 8 May 2014 10:05:00 -0700 Subject: [PATCH] Fixed typo in docs - intro - working with docker - working with images. It read that you can use both images used by others and images used by others, in a run-on sentence. --- docs/sources/introduction/working-with-docker.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/sources/introduction/working-with-docker.md b/docs/sources/introduction/working-with-docker.md index 8d946e6846..1b5b43fec4 100644 --- a/docs/sources/introduction/working-with-docker.md +++ b/docs/sources/introduction/working-with-docker.md @@ -137,11 +137,10 @@ You will get an output with all available options: ### Docker Images As we've discovered a Docker image is a read-only template that we build -containers from. Every Docker container is launched from an image and -you can use both images provided by others, for example we've discovered -the base `ubuntu` image provided by Docker, as well as images built by -others. For example we can build an image that runs Apache and our own -web application as a starting point to launch containers. +containers from. Every Docker container is launched from an image. You can +use both images provided by Docker, such as the base `ubuntu` image, +as well as images built by others. For example we can build an image that +runs Apache and our own web application as a starting point to launch containers. ### Searching for images