Skip to content

How can a VM message the host #337

Answered by fkorotkov
samwyndham asked this question in Q&A
Discussion options

You must be logged in to vote

There is no such builtin functionality since such triggering would be a pretty big violation for contract of Virtual Machines being isolated from the host.

A common patter is when you have a unidirectional communication from the host into VM. Usually integrations SSH into VMs and execute scripts there. There might be some hacky workaround like mounting a folder from the host so a VM can write something into it. Than the host can monitor the folder and execute triggers. But it sounds a bit too much IMO.

What kind of things you'd like to trigger on the host from VMs?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@samwyndham
Comment options

@fkorotkov
Comment options

Answer selected by samwyndham
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants