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

Method setupSocketDirectory

notify_socket.go:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (s *notifySocket) setupSocketDirectory() error {
84 return os.Mkdir(path.Dir(s.socketPath), 0o755)
85}
86
87func notifySocketStart(context *cli.Context, notifySocketHost, id string) (*notifySocket, error) {
88 notifySocket := newNotifySocket(context, notifySocketHost, id)

Callers 1

startContainerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected