Add interactive option to the Docker driver configuration schema

This commit is contained in:
Ivo Verberk
2016-04-10 12:20:01 +02:00
parent c680e03e1c
commit f68a57d272

View File

@@ -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,
},
},
}