diver -> driver

This commit is contained in:
Charlie O'Keefe 2015-10-25 11:06:28 -06:00
parent c46b035b65
commit 3f28e609fb

View file

@ -26,7 +26,7 @@ The `Qemu` driver supports the following configuration in the job spec:
* `image_source` - **(Required)** The hosted location of the source Qemu image. Must be accessible
from the Nomad client, via HTTP.
* `checksum` - **(Required)** The SHA256 checksum of the `qemu` image. If the
checksums do not match, the `Qemu` diver will fail to start the image
checksums do not match, the `Qemu` driver will fail to start the image
* `accelerator` - (Optional) The type of accelerator to use in the invocation.
If the host machine has `Qemu` installed with KVM support, users can specify `kvm` for the `accelerator`. Default is `tcg`
* `host_port` - **(Required)** Port on the host machine to forward to the guest