MCPcopy
hub / github.com/opencontainers/runc / containerProcess

Struct containerProcess

libcontainer/process_linux.go:119–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119type containerProcess struct {
120 cmd *exec.Cmd
121 comm *processComm
122 config *initConfig
123 manager cgroups.Manager
124 fds []string
125 process *Process
126 bootstrapData io.Reader
127 container *Container
128}
129
130func (p *containerProcess) pid() int {
131 return p.cmd.Process.Pid

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected