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

Method Config

libcontainer/container_linux.go:88–90  ·  view source on GitHub ↗

Config returns the container's configuration

()

Source from the content-addressed store, hash-verified

86
87// Config returns the container's configuration
88func (c *Container) Config() configs.Config {
89 return *c.config
90}
91
92// Status returns the current status of the container.
93func (c *Container) Status() (Status, error) {

Callers 5

setupIOFunction · 0.80
update.goFile · 0.80
getProcessFunction · 0.80
TestFactoryLoadContainerFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestFactoryLoadContainerFunction · 0.64