Remove allocID from dockerhandle struct

This commit is contained in:
Jesus Vazquez 2018-05-21 20:33:01 +02:00
parent e5a81815bb
commit 0a062a04c7
1 changed files with 0 additions and 2 deletions

View File

@ -482,7 +482,6 @@ type DockerHandle struct {
jobName string
taskGroupName string
taskName string
allocID string
Image string
ImageID string
containerID string
@ -906,7 +905,6 @@ func (d *DockerDriver) Start(ctx *ExecContext, task *structs.Task) (*StartRespon
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,