updates the execution service to include ContainerID in tasks

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett
2017-05-25 12:15:00 -04:00
parent 5157a326fd
commit f42c762dc4
5 changed files with 12 additions and 8 deletions

View File

@@ -241,7 +241,7 @@ var runCommand = cli.Command{
}
}
createContainer, err := newCreateContainerRequest(context, id, id, spec)
createContainer, err := newCreateContainerRequest(context, id, id, ref, spec)
if err != nil {
return err
}