Browse code

Fixing up the README

Fixing some small issues I found in the README like missing punctuation,
trailing whitespace, etc.

Signed-off-by: David Davis <daviddavis@redhat.com>

David Davis authored on 2015/04/08 07:22:52
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@ Docker: the Linux container engine
2 2
 ==================================
3 3
 
4 4
 Docker is an open source project to pack, ship and run any application
5
-as a lightweight container
5
+as a lightweight container.
6 6
 
7 7
 Docker containers are both *hardware-agnostic* and *platform-agnostic*.
8 8
 This means they can run anywhere, from your laptop to the largest
... ...
@@ -105,7 +105,7 @@ This is usually difficult for several reasons:
105 105
     these situations with various degrees of ease - but they all
106 106
     handle them in different and incompatible ways, which again forces
107 107
     the developer to do extra work.
108
-  
108
+
109 109
   * *Custom dependencies*. A developer may need to prepare a custom
110 110
     version of their application's dependency. Some packaging systems
111 111
     can handle custom versions of a dependency, others can't - and all
... ...
@@ -156,7 +156,7 @@ Usage examples
156 156
 ==============
157 157
 
158 158
 Docker can be used to run short-lived commands, long-running daemons
159
-(app servers, databases etc.), interactive shell sessions, etc.
159
+(app servers, databases, etc.), interactive shell sessions, etc.
160 160
 
161 161
 You can find a [list of real-world
162 162
 examples](http://docs.docker.com/examples/) in the
... ...
@@ -213,9 +213,10 @@ We are always open to suggestions on process improvements, and are always lookin
213 213
 please see the [NOTICE](https://github.com/docker/docker/blob/master/NOTICE) document in this repo.*
214 214
 
215 215
 Use and transfer of Docker may be subject to certain restrictions by the
216
-United States and other governments.  
216
+United States and other governments.
217
+
217 218
 It is your responsibility to ensure that your use and/or transfer does not
218
-violate applicable laws. 
219
+violate applicable laws.
219 220
 
220 221
 For more information, please see http://www.bis.doc.gov
221 222
 
... ...
@@ -230,14 +231,14 @@ Other Docker Related Projects
230 230
 =============================
231 231
 There are a number of projects under development that are based on Docker's
232 232
 core technology. These projects expand the tooling built around the
233
-Docker platform to broaden its application and utility. 
233
+Docker platform to broaden its application and utility.
234 234
 
235 235
 * [Docker Registry](https://github.com/docker/distribution): Registry 
236 236
 server for Docker (hosting/delivery of repositories and images)
237 237
 * [Docker Machine](https://github.com/docker/machine): Machine management 
238
-for a container-centric world 
238
+for a container-centric world
239 239
 * [Docker Swarm](https://github.com/docker/swarm): A Docker-native clustering 
240
-system 
240
+system
241 241
 * [Docker Compose](https://github.com/docker/compose) (formerly Fig): 
242 242
 Define and run multi-container apps
243 243
 * [Kitematic](https://github.com/kitematic/kitematic): The easiest way to use