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

Method create

libcontainer/network_linux.go:28–28  ·  view source on GitHub ↗
(*network, int)

Source from the content-addressed store, hash-verified

26// a container's networking stack
27type networkStrategy interface {
28 create(*network, int) error
29 initialize(*network) error
30 detach(*configs.Network) error
31 attach(*configs.Network) error

Callers 1

Implementers 1

loopbacklibcontainer/network_linux.go

Calls

no outgoing calls

Tested by

no test coverage detected