1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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.

This commit is contained in:
Tony Daws 2014-05-08 10:05:00 -07:00
parent 3a1703a79f
commit ea049a2ebc

View file

@ -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 containers from. Every Docker container is launched from an image. You can
you can use both images provided by others, for example we've discovered use both images provided by Docker, such as the base `ubuntu` image,
the base `ubuntu` image provided by Docker, as well as images built by as well as images built by others. For example we can build an image that
others. For example we can build an image that runs Apache and our own runs Apache and our own web application as a starting point to launch containers.
web application as a starting point to launch containers.
### Searching for images ### Searching for images