direktiv / vorteil

turn your applications and containers into micro virtual machines
https://direktiv.io
Apache License 2.0
174 stars 13 forks source link

App finish very fast, VM does not stop #88

Closed jensg-st closed 3 years ago

jensg-st commented 4 years ago

Problem description

If an app finishes immediately and netlink does not have chance to register the VM stays online although the app has finished.

Expected behaviour

If an app finishes, the VM should shutdown

Actual behaviour

In the rare case of an app finishing immediately, the VM stays online.

Steps to reproduce

Use a simple go app as the only application in vcfg:

package main

func main() {

}
jensg-st commented 3 years ago

fixed with 20.10.3