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

Method getSessionRingName

libcontainer/setns_init_linux.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (l *linuxSetnsInit) getSessionRingName() string {
32 return "_ses." + l.config.ContainerID
33}
34
35func (l *linuxSetnsInit) Init() error {
36 if !l.config.Config.NoNewKeyring {

Callers 1

InitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected