mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Merge pull request #10853 from shantanugadgil/patch-4
constraint on the Docker driver missing 'attr'
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user