reid 2 роки тому
батько
коміт
0bb2b7388e
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      docker/docker.go

+ 1 - 0
docker/docker.go

@@ -241,6 +241,7 @@ func StartContainer(containerName string, containerType string) (structs.Contain
 
 // convert the version info back into json then a map lol
 // so we can easily get the correct repo/release channel/tag/hash
+// note: this is probably no longer necessary! just reference VersionInfo in future
 func GetLatestContainerInfo(containerType string) (map[string]string, error) {
 	var res map[string]string
 	arch := config.Architecture