fixes a typo in the docs
This commit is contained in:
parent
3d4f04fb8d
commit
b1720ea5b2
|
@ -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 New Issue