浏览代码

Merge pull request #5679 from tdaws/master

Fixed typo in docs - intro - working with docker - working with images. ...
O.S. Tezer 11 年之前
父节点
当前提交
f5309a2a09
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      docs/sources/introduction/working-with-docker.md

+ 4 - 5
docs/sources/introduction/working-with-docker.md

@@ -137,11 +137,10 @@ You will get an output with all available options:
 ### Docker Images
 ### Docker Images
 
 
 As we've discovered a Docker image is a read-only template that we build
 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
 ### Searching for images