Initial support for Mesos Containerizer
This commit is contained in:
parent
ac40251f00
commit
d7efa913b1
3 changed files with 47 additions and 2 deletions
1
job.go
1
job.go
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue