mirror of https://github.com/k3s-io/k3s
Remove debugging log message from ExecInContainer
parent
6d465c4d86
commit
0c798bbe52
|
@ -221,7 +221,6 @@ func (d *dockerContainerCommandRunner) ExecInContainer(containerId string, cmd [
|
|||
args = append(args, fmt.Sprintf("HOSTNAME=%s", container.Config.Hostname))
|
||||
args = append(args, container.Config.Env...)
|
||||
args = append(args, cmd...)
|
||||
glog.Infof("ARGS %#v", args)
|
||||
command := exec.Command("nsenter", args...)
|
||||
// TODO use exec.LookPath
|
||||
if tty {
|
||||
|
|
Loading…
Reference in New Issue