Browse code

Grammar fix and style tweak in docs/sources/faq.md

Just a few things I thought could be improved in the FAQ.

Signed-off-by: Nate Eagleson <nate@nateeag.com>

Nate Eagleson authored on 2014/12/31 11:36:16
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@ page_keywords: faq, questions, documentation, docker
8 8
 
9 9
 ### How much does Docker cost?
10 10
 
11
-Docker is 100% free, it is open source, so you can use it without
11
+Docker is 100% free. It is open source, so you can use it without
12 12
 paying.
13 13
 
14 14
 ### What open source license are you using?
... ...
@@ -19,12 +19,12 @@ https://github.com/docker/docker/blob/master/LICENSE)
19 19
 
20 20
 ### Does Docker run on Mac OS X or Windows?
21 21
 
22
-Not at this time, Docker currently only runs on Linux, but you can use
23
-VirtualBox to run Docker in a virtual machine on your box, and get the
24
-best of both worlds. Check out the [*Mac OS X*](../installation/mac/#macosx)
25
-and [*Microsoft Windows*](../installation/windows/#windows) installation
26
-guides. The small Linux distribution boot2docker can be run inside virtual
27
-machines on these two operating systems.
22
+Docker currently runs only on Linux, but you can use VirtualBox to run
23
+Docker in a virtual machine on your box, and get the best of both worlds.
24
+Check out the [*Mac OS X*](../installation/mac/#macosx) and [*Microsoft
25
+Windows*](../installation/windows/#windows) installation guides. The small
26
+Linux distribution boot2docker can be run inside virtual machines on these
27
+two operating systems.
28 28
 
29 29
 ### How do containers compare to virtual machines?
30 30