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

@@ -29,6 +29,7 @@ type WindowsInstance struct {
type InstanceConfig struct {
ImageName string
Privileged bool
Hostname string
ServerCert []byte
ServerKey []byte