Fix typos

Docker-DCO-1.1-Signed-off-by: Bryan Bess <squarejaw@bsbess.com> (github: squarejaw)
This commit is contained in:
Bryan Bess
2014-07-09 23:14:06 -05:00
parent 9319b7aef1
commit 1df4049e17
8 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ inode number of the $graph directory.
On the thin pool docker automatically creates a base thin device,
called something like `docker-0:33-19478248-base` of a fixed
size. This is automatically formated on creation and contains just an
size. This is automatically formatted on creation and contains just an
empty filesystem. This device is the base of all docker images and
containers. All base images are snapshots of this device and those
images are then in turn used as snapshots for other images and
@@ -32,7 +32,7 @@ eventually containers.
The devicemapper backend supports some options that you can specify
when starting the docker daemon using the --storage-opt flags.
This uses the `dm` prefix and would be used somthing like `docker -d --storage-opt dm.foo=bar`.
This uses the `dm` prefix and would be used something like `docker -d --storage-opt dm.foo=bar`.
Here is the list of supported options: