Initial support for Mesos Containerizer

This commit is contained in:
Renan DelValle 2017-02-22 20:29:50 -05:00
parent ac40251f00
commit d7efa913b1
3 changed files with 47 additions and 2 deletions

1
job.go
View file

@ -274,7 +274,6 @@ func (j AuroraJob) AddLimitConstraint(name string, limit int32) Job {
}
// Set a container to run for the job configuration to run.
// TODO (rdelvalle): Add no thermos mode where container is launched as a task and not an executor.
func (j AuroraJob) Container(container Container) Job {
j.jobConfig.TaskConfig.Container = container.Build()