1
0
mirror of https://github.com/moby/moby.git synced 2025-12-24 13:21:20 +03:00

Test on execdriver dir behavior

Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>
This commit is contained in:
Alexandr Morozov
2014-09-10 20:43:16 +04:00
committed by Alexandr Morozov
parent 623ebf203b
commit 652cd6a842
2 changed files with 102 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ var registryImageName = "registry"
// the private registry to use for tests
var privateRegistryURL = "127.0.0.1:5000"
var execDriverPath = "/var/lib/docker/execdriver/native"
var workingDirectory string
func init() {