containers / krunvm

Create microVMs from OCI images
Apache License 2.0
1.41k stars 42 forks source link

Q: Way to Stop a VM? #17

Closed icosahedron closed 2 years ago

icosahedron commented 2 years ago

Is there a way to run a VM headless and stop the VM without having to exit the process that was started by the VM? Without having to delete it? Maybe I missed it in the docs.

slp commented 2 years ago

For the sake of keeping it as simple as possible, krunvm does not support managing microVM instances in the background, thought it can be combined with tools such as tmux to achieve something close to that.

icosahedron commented 2 years ago

Thanks. I just wanted to make sure I hadn’t missed something.

tmux is great for scenarios like this.