mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Initialize dockerhandle with jobname, taskgroupname, taskname and allocid
This commit is contained in:
@@ -903,6 +903,10 @@ func (d *DockerDriver) Start(ctx *ExecContext, task *structs.Task) (*StartRespon
|
||||
executor: exec,
|
||||
pluginClient: pluginClient,
|
||||
logger: d.logger,
|
||||
jobName: d.DriverContext.jobName,
|
||||
taskGroupName: d.DriverContext.taskGroupName,
|
||||
taskName: d.DriverContext.taskName,
|
||||
allocID: d.DriverContext.allocID,
|
||||
Image: d.driverConfig.ImageName,
|
||||
ImageID: d.imageID,
|
||||
containerID: container.ID,
|
||||
|
||||
Reference in New Issue
Block a user