Provide support to configure privileged containers per playground

This commit is contained in:
Marcos Lilljedahl
2020-10-25 19:21:31 -03:00
parent f9800927fe
commit e8486b8100
5 changed files with 92 additions and 4 deletions

View File

@@ -90,4 +90,5 @@ type Playground struct {
DockerClientSecret string `json:"docker_client_secret" bson:"docker_client_secret"`
DockerHost string `json:"docker_host" bson:"docker_host"`
MaxInstances int `json:"max_instances" bson:"max_instances"`
Privileged bool `json:"privileged" bson:"privileged"`
}