Add comment around bind to localhost

This commit is contained in:
Jeff Mitchell
2016-06-30 13:49:11 -04:00
parent f9d40aa63b
commit dfd8a530db

View File

@@ -26,6 +26,9 @@ func prepareTestContainer(t *testing.T, s logical.Storage, b logical.Backend) (c
return "", os.Getenv("PG_URL")
}
// Without this the checks for whether the container has started seem to
// never actually pass. There's really no reason to expose the test
// containers, so don't.
dockertest.BindDockerToLocalhost = "yep"
testImagePull.Do(func() {