You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-15Lines changed: 22 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,17 @@
1
1
# muvm - run programs from your system in a microVM
2
2
3
-
`muvm` allows you to run arbitrary programs from your system in a microVM. It's comprised of three small programs:
3
+
`muvm` allows you to run arbitrary programs from your system in a microVM. It's comprised of 2 small programs:
4
4
5
5
-`muvm`: links against [libkrun](https://github.com/containers/libkrun) to create the microVM.
6
6
7
-
-`muvm-guest`: acts as an entrypoint inside the microVM to set up the environment for running your program.
8
-
9
-
-`muvm-server`: a server listening for requests to run additional programs. This allows you to run multiple graphical applications inside the same microVM.
7
+
-`muvm-guest`: acts as an entrypoint inside the microVM to set up the environment for running your program. It spawns a server listening for requests to run additional programs. This allows you to run multiple graphical applications inside the same microVM.
0 commit comments