Rename Host to PlaygroundFQDN

This commit is contained in:
Marcos Lilljedahl
2017-09-12 17:58:56 -03:00
parent 6eacb85fc3
commit a9474cf75e
6 changed files with 22 additions and 21 deletions

View File

@@ -67,7 +67,7 @@ func (d *DinD) InstanceNew(session *types.Session, conf types.InstanceConfig) (*
ServerCert: conf.ServerCert,
ServerKey: conf.ServerKey,
CACert: conf.CACert,
HostFQDN: conf.Host,
HostFQDN: conf.PlaygroundFQDN,
Privileged: true,
Networks: []string{session.Id},
}