Skip to content

Commit

Permalink
Merge pull request #10853 from shantanugadgil/patch-4
Browse files Browse the repository at this point in the history
constraint on the Docker driver missing 'attr'
  • Loading branch information
jrasell committed Jul 6, 2021
2 parents 4e9ed5f + 751f66f commit 062f441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/drivers/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ Here is an example of using these properties in a job file:
job "docs" {
# Require docker version higher than 1.2.
constraint {
attribute = "${driver.docker.version}"
attribute = "${attr.driver.docker.version}"
operator = ">"
version = "1.2"
}
Expand Down

0 comments on commit 062f441

Please sign in to comment.