Merge pull request #15071 from epc/epc-2015209
Docs: Copy edits for typos
This commit is contained in:
commit
cc45e027f1
3 changed files with 3 additions and 3 deletions
|
@ -233,7 +233,7 @@ options for `zfs` start with `zfs`.
|
|||
>**Note**: This option configures devicemapper loopback, which should not be used in production.
|
||||
|
||||
Specifies the size to use when creating the loopback file for the
|
||||
"metadadata" device which is used for the thin pool. The default size
|
||||
"metadata" device which is used for the thin pool. The default size
|
||||
is 2G. The file is sparse, so it will not initially take up
|
||||
this much space.
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ weight=1
|
|||
|
||||
You can specify a `URL` or `-` (dash) to take data directly from `STDIN`. The
|
||||
`URL` can point to an archive (.tar, .tar.gz, .tgz, .bzip, .tar.xz, or .txz)
|
||||
containing a fileystem or to an individual file on the Docker host. If you
|
||||
containing a filesystem or to an individual file on the Docker host. If you
|
||||
specify an archive, Docker untars it in the container relative to the `/`
|
||||
(root). If you specify an individual file, you must specify the full path within
|
||||
the host. To import from a remote location, specify a `URI` that begins with the
|
||||
|
|
|
@ -77,7 +77,7 @@ Placeholder | Description
|
|||
`.Ports` | Exposed ports.
|
||||
`.Status` | Container status.
|
||||
`.Size` | Container disk size.
|
||||
`.Labels` | All labels asigned to the container.
|
||||
`.Labels` | All labels assigned to the container.
|
||||
`.Label` | Value of a specific label for this container. For example `{{.Label "com.docker.swarm.cpu"}}`
|
||||
|
||||
When using the `--format` option, the `ps` command will either output the data exactly as the template
|
||||
|
|
Loading…
Add table
Reference in a new issue