|
@@ -529,6 +529,7 @@ func TestLinksPingLinkedContainersOnRename(t *testing.T) {
|
|
|
}
|
|
|
|
|
|
func TestRunExecDir(t *testing.T) {
|
|
|
+ testRequires(t, SameHostDaemon)
|
|
|
cmd := exec.Command(dockerBinary, "run", "-d", "busybox", "top")
|
|
|
out, _, err := runCommandWithOutput(cmd)
|
|
|
if err != nil {
|
|
@@ -629,6 +630,7 @@ func TestRunExecDir(t *testing.T) {
|
|
|
}
|
|
|
|
|
|
func TestRunMutableNetworkFiles(t *testing.T) {
|
|
|
+ testRequires(t, SameHostDaemon)
|
|
|
defer deleteAllContainers()
|
|
|
|
|
|
for _, fn := range []string{"resolv.conf", "hosts"} {
|