From 6890c0d2cd7f6146910103bcbbcb9cb264e4162a Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 7 Oct 2016 16:43:17 -0700 Subject: [PATCH] Fix ticks --- 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 9f2993a2e..574936205 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -39,7 +39,7 @@ The `docker` driver supports the following configuration in the job spec: config { image = "https://hub.docker.internal/redis:3.2" } - ```` + ``` * `load` - (Optional) A list of paths to image archive files. If this key is not specified, Nomad assumes the `image` is hosted on a repository @@ -55,7 +55,7 @@ The `docker` driver supports the following configuration in the job spec: load = ["redis.tar"] image = "redis" } - ```` + ``` * `command` - (Optional) The command to run when starting the container.