mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 04:15:41 +03:00
Remove allocID from dockerhandle struct
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user