From b1720ea5b28ec0ebc1b794465bc15b686462b2f1 Mon Sep 17 00:00:00 2001 From: Dave York Date: Tue, 29 Sep 2015 17:00:48 -0400 Subject: [PATCH] fixes a typo in the docs --- website/source/docs/drivers/docker.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index 9f26654af..22a2a2c24 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -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). \ No newline at end of file +is recommended to use full virtualization like [QEMU](/docs/drivers/qemu.html).