Lowercase some cases of docker

This commit is contained in:
Chris Bednarski
2015-09-24 19:35:52 -07:00
parent ee6c3c3593
commit 02a0d01fca

View File

@@ -1,16 +1,16 @@
---
layout: "docs"
page_title: "Drivers: Docker"
sidebar_current: "docs-drivers-Docker"
sidebar_current: "docs-drivers-docker"
description: |-
The Docker task driver is used to run Docker based tasks.
---
# Docker Driver
Name: `Docker`
Name: `docker`
The `Docker` driver provides a first-class Docker workflow on Nomad. The 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.