FirecrackerSockRelPath returns the path to FirecrackerSockPath relative to the current working directory
()
| 92 | // FirecrackerSockRelPath returns the path to FirecrackerSockPath relative to the |
| 93 | // current working directory |
| 94 | func (d Dir) FirecrackerSockRelPath() (string, error) { |
| 95 | return relPathTo(d.FirecrackerSockPath()) |
| 96 | } |
| 97 | |
| 98 | // FirecrackerVSockPath returns the path to the vsock unix socket that the runtime uses |
| 99 | // to communicate with the VM agent. |