Add Job, taskgroupname, taskname, and allocid to the DockerHandle struct

This commit is contained in:
Jesus Vazquez
2018-05-04 14:01:26 +08:00
parent 54e178851b
commit feeee1b037

View File

@@ -479,6 +479,10 @@ type DockerHandle struct {
client *docker.Client
waitClient *docker.Client
logger *log.Logger
jobName string
taskGroupName string
taskName string
allocID string
Image string
ImageID string
containerID string