mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-20 14:15:34 +08:00
Move environment configuration to Process
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -93,6 +93,7 @@ func runContainer(config *configs.Config, console string, args ...string) (buffe
|
||||
|
||||
process := &libcontainer.Process{
|
||||
Args: args,
|
||||
Env: standardEnvironment,
|
||||
Stdin: buffers.Stdin,
|
||||
Stdout: buffers.Stdout,
|
||||
Stderr: buffers.Stderr,
|
||||
|
Reference in New Issue
Block a user