|
|
@@ -157,7 +157,7 @@ func StartContainer(containerName string, containerType string) (structs.Contain
|
|
|
imageExistsLocally := false
|
|
|
for _, img := range images {
|
|
|
for _, tag := range img.RepoTags {
|
|
|
- if tag == desiredRepo+":"+desiredTag && img.ID == desiredHash {
|
|
|
+ if img.ID == desiredHash {
|
|
|
imageExistsLocally = true
|
|
|
break
|
|
|
}
|