minor changes

This commit is contained in:
2021-06-10 15:40:50 +04:00
parent 0495a49f90
commit 435f553889
3 changed files with 264 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ func BuildRunContainer(NumPorts int, GPU string, ContainerName string) (*DockerV
for _, dockerContainer := range Containers.DockerContainer {
if dockerContainer.ContainerName == ContainerName {
RespDocker.ImagePath = config.DockerContainers + ContainerName + "/"
RespDocker.TagName = ContainerName
break
}
}