diff --git a/core/provider/docker/task.go b/core/provider/docker/task.go index 6eb7a07..50ffd1a 100644 --- a/core/provider/docker/task.go +++ b/core/provider/docker/task.go @@ -26,6 +26,7 @@ type TaskState struct { Volume *VolumeState `json:"volumes"` Definition provider.TaskDefinition `json:"definition"` Status provider.TaskStatus `json:"status"` + IpAddress string `json:"ip_address"` } type VolumeState struct {