[Question] this is good to create modular os and use that for each service? #103474
Unanswered
sajjadarashhh
asked this question in
Q&A
Replies: 1 comment
-
You're going to have a much easier time just using a containerized version of your application (which isn't exactly what you're thinking of, but for most practical purposes currently will be). This is a one-command option (assuming some minor project tweaks) - This does already exist generally, but is more complicated to set up and work with. This ends up either being some form of unikernel (although I'm not sure how well C# supports this), or building a custom OS image, for example with Yocto (often intended for small embedded devices). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I dont know why did this occur in my mind, but i think this must be good to create modular os that is for backend project each project can add some modules to os that need and each service have thats own os and services installed and run in os without any third party libraries and projects
If I got my view right, i told we have os that os just run our application and that os is our application 😅
For example Steps to execute asp.net core:
Beta Was this translation helpful? Give feedback.
All reactions