mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Add interactive option to the Docker driver configuration schema
This commit is contained in:
@@ -184,6 +184,9 @@ func (d *DockerDriver) Validate(config map[string]interface{}) error {
|
||||
"tty": &fields.FieldSchema{
|
||||
Type: fields.TypeBool,
|
||||
},
|
||||
"interactive": &fields.FieldSchema{
|
||||
Type: fields.TypeBool,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user