mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
Add Job, taskgroupname, taskname, and allocid to the DockerHandle struct
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user