|
@@ -8,6 +8,8 @@ import (
|
|
)
|
|
)
|
|
|
|
|
|
func TestCliProxyDisableProxyUnixSock(t *testing.T) {
|
|
func TestCliProxyDisableProxyUnixSock(t *testing.T) {
|
|
|
|
+ testRequires(t, SameHostDaemon) // test is valid when DOCKER_HOST=unix://..
|
|
|
|
+
|
|
cmd := exec.Command(dockerBinary, "info")
|
|
cmd := exec.Command(dockerBinary, "info")
|
|
cmd.Env = appendBaseEnv([]string{"HTTP_PROXY=http://127.0.0.1:9999"})
|
|
cmd.Env = appendBaseEnv([]string{"HTTP_PROXY=http://127.0.0.1:9999"})
|
|
|
|
|