| ... | ... |
@@ -233,7 +233,7 @@ options for `zfs` start with `zfs`. |
| 233 | 233 |
>**Note**: This option configures devicemapper loopback, which should not be used in production. |
| 234 | 234 |
|
| 235 | 235 |
Specifies the size to use when creating the loopback file for the |
| 236 |
- "metadadata" device which is used for the thin pool. The default size |
|
| 236 |
+ "metadata" device which is used for the thin pool. The default size |
|
| 237 | 237 |
is 2G. The file is sparse, so it will not initially take up |
| 238 | 238 |
this much space. |
| 239 | 239 |
|
| ... | ... |
@@ -21,7 +21,7 @@ weight=1 |
| 21 | 21 |
|
| 22 | 22 |
You can specify a `URL` or `-` (dash) to take data directly from `STDIN`. The |
| 23 | 23 |
`URL` can point to an archive (.tar, .tar.gz, .tgz, .bzip, .tar.xz, or .txz) |
| 24 |
-containing a fileystem or to an individual file on the Docker host. If you |
|
| 24 |
+containing a filesystem or to an individual file on the Docker host. If you |
|
| 25 | 25 |
specify an archive, Docker untars it in the container relative to the `/` |
| 26 | 26 |
(root). If you specify an individual file, you must specify the full path within |
| 27 | 27 |
the host. To import from a remote location, specify a `URI` that begins with the |
| ... | ... |
@@ -77,7 +77,7 @@ Placeholder | Description |
| 77 | 77 |
`.Ports` | Exposed ports. |
| 78 | 78 |
`.Status` | Container status. |
| 79 | 79 |
`.Size` | Container disk size. |
| 80 |
-`.Labels` | All labels asigned to the container. |
|
| 80 |
+`.Labels` | All labels assigned to the container. |
|
| 81 | 81 |
`.Label` | Value of a specific label for this container. For example `{{.Label "com.docker.swarm.cpu"}}`
|
| 82 | 82 |
|
| 83 | 83 |
When using the `--format` option, the `ps` command will either output the data exactly as the template |