FirecrackerSockPath returns the path to the unix socket at which the firecracker VMM services its API
()
| 86 | // FirecrackerSockPath returns the path to the unix socket at which the firecracker VMM |
| 87 | // services its API |
| 88 | func (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 |