Allow to set env variables through the API
This commit is contained in:
@@ -78,6 +78,7 @@ func (d *DinD) InstanceNew(session *types.Session, conf types.InstanceConfig) (*
|
||||
Privileged: true,
|
||||
Networks: []string{session.Id},
|
||||
DindVolumeSize: conf.DindVolumeSize,
|
||||
Envs: conf.Envs,
|
||||
}
|
||||
|
||||
dockerClient, err := d.factory.GetForSession(session)
|
||||
|
||||
Reference in New Issue
Block a user