mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
dccda72a41
commit
f9d323d712
1 changed files with 9 additions and 8 deletions
|
@ -2,7 +2,7 @@ Docker: the Linux container engine
|
|||
==================================
|
||||
|
||||
Docker is an open source project to pack, ship and run any application
|
||||
as a lightweight container
|
||||
as a lightweight container.
|
||||
|
||||
Docker containers are both *hardware-agnostic* and *platform-agnostic*.
|
||||
This means they can run anywhere, from your laptop to the largest
|
||||
|
@ -156,7 +156,7 @@ Usage examples
|
|||
==============
|
||||
|
||||
Docker can be used to run short-lived commands, long-running daemons
|
||||
(app servers, databases etc.), interactive shell sessions, etc.
|
||||
(app servers, databases, etc.), interactive shell sessions, etc.
|
||||
|
||||
You can find a [list of real-world
|
||||
examples](http://docs.docker.com/examples/) in the
|
||||
|
@ -214,6 +214,7 @@ please see the [NOTICE](https://github.com/docker/docker/blob/master/NOTICE) doc
|
|||
|
||||
Use and transfer of Docker may be subject to certain restrictions by the
|
||||
United States and other governments.
|
||||
|
||||
It is your responsibility to ensure that your use and/or transfer does not
|
||||
violate applicable laws.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue