* Hack: move unit tests to a different source image, to work around issues when docker-ut has more than 1 tag.

This commit is contained in:
Solomon Hykes 2013-06-28 19:43:55 -07:00
parent 84f41954ae
commit b7226316c7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
)
const (
unitTestImageName = "docker-ut"
unitTestImageName = "docker-unit-tests"
unitTestImageId = "e9aa60c60128cad1"
unitTestStoreBase = "/var/lib/docker/unit-tests"
testDaemonAddr = "127.0.0.1:4270"