commit
5c6fe56764
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue