We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973ca20 commit 37747d4Copy full SHA for 37747d4
jail/linux.go
@@ -44,16 +44,7 @@ func (l *LinuxJail) Start() error {
44
l.logger.Debug("Setup called")
45
46
e := getEnvs(l.configDir, l.caCertPath)
47
- //p := fmt.Sprintf("http://localhost:%d", l.httpProxyPort)
48
- l.commandEnv = mergeEnvs(e, map[string]string{
49
- //"HOME": l.homeDir,
50
- //"USER": l.username,
51
- //"LOGNAME": l.username,
52
- //"HTTP_PROXY": p,
53
- //"HTTPS_PROXY": p,
54
- //"http_proxy": p,
55
- //"https_proxy": p,
56
- })
+ l.commandEnv = mergeEnvs(e, map[string]string{})
57
58
// Setup DNS configuration BEFORE creating namespace
59
// This ensures the namespace-specific resolv.conf is available when namespace is created
0 commit comments