We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
% vfkit --version vfkit version: v0.6.0
To reproduce:
--virtio-net,unixSocketPath=/path/vmnet.sock
sudo poweroff
$ sudo poweroff ubuntu@example-vm:~$ INFO[0028] VM is stopped
Socket is not removed.
When interrupting vfkit, the socket is removed:
example-vm login: INFO[0014] captured interrupt, calling exit handlers and exiting..
This does not affect the functionality, but since the socket includes a pid, we get new socket per each vfkit run.
The code includes this 5 months old comment:
// FIXME: need to remove localSocketPath at process exit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce:
--virtio-net,unixSocketPath=/path/vmnet.sock
Socket is not removed.
When interrupting vfkit, the socket is removed:
This does not affect the functionality, but since the socket includes a pid, we get new socket per each vfkit run.
The code includes this 5 months old comment:
The text was updated successfully, but these errors were encountered: