Fix ticks

This commit is contained in:
Michael Schurter 2016-10-07 16:43:17 -07:00
parent 2d5f973954
commit 1a04d7a303
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ The `docker` driver supports the following configuration in the job spec:
config { config {
image = "https://hub.docker.internal/redis:3.2" image = "https://hub.docker.internal/redis:3.2"
} }
```` ```
* `load` - (Optional) A list of paths to image archive files. If * `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 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"] load = ["redis.tar"]
image = "redis" image = "redis"
} }
```` ```
* `command` - (Optional) The command to run when starting the container. * `command` - (Optional) The command to run when starting the container.