Merge pull request #162 from d4v3y0rk/fix-typo

fixes some typos
This commit is contained in:
Clint 2015-09-29 14:37:34 -07:00
commit 5c6fe56764
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ func (m *Meta) FlagSet(n string, fs FlagSetFlags) *flag.FlagSet {
f.StringVar(&m.flagAddress, "address", "", "")
}
// Create an io.Writer that writes to our Ui properly for errors.
// Create an io.Writer that writes to our UI properly for errors.
// This is kind of a hack, but it does the job. Basically: create
// a pipe, use a scanner to break it into lines, and output each line
// to the UI. Do this forever.

View file

@ -12,7 +12,7 @@ Name: `docker`
The `docker` driver provides a first-class Docker workflow on Nomad. The Docker
driver handles downloading containers, mapping ports, and starting, watching,
and cleaning up when containers.
and cleaning up after containers.
## Task Configuration
@ -150,4 +150,4 @@ Docker provides resource isolation by way of
[cgroups and namespaces](https://docs.docker.com/introduction/understanding-docker/#the-underlying-technology).
Containers essentially have a virtual file system all to themselves. If you need
a higher degree of isolation between processes for security or other reasons, it
is recommended to use full virtualization like [QEMU](/docs/drivers/qemu.html).
is recommended to use full virtualization like [QEMU](/docs/drivers/qemu.html).