MCPcopy
hub / github.com/firecracker-microvm/firecracker-containerd / FirecrackerSockPath

Method FirecrackerSockPath

internal/vm/dir.go:88–90  ·  view source on GitHub ↗

FirecrackerSockPath returns the path to the unix socket at which the firecracker VMM services its API

()

Source from the content-addressed store, hash-verified

86// FirecrackerSockPath returns the path to the unix socket at which the firecracker VMM
87// services its API
88func (d Dir) FirecrackerSockPath() string {
89 return filepath.Join(d.RootPath(), internal.FirecrackerSockName)
90}
91
92// FirecrackerSockRelPath returns the path to FirecrackerSockPath relative to the
93// current working directory

Callers 4

CreateVMMethod · 0.80
GetVMInfoMethod · 0.80

Calls 1

RootPathMethod · 0.95

Tested by 1