Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A sandboxed execution environment for unikernels

License

NotificationsYou must be signed in to change notification settings

Solo5/solo5

Repository files navigation

            |      ___|  __|  _ \  |  _ \ __ \\__ \ (   | | (   |  ) |____/\___/ _|\___/____/

Solo5 originally started as a project by Dan Williams at IBM Research to portMirageOS to run on the Linux/KVM hypervisor. Since then, it has grown into amore general sandboxed execution environment, suitable for running applicationsbuilt using various unikernels (a.k.a. library operating systems), targetingdifferent sandboxing technologies on diverse host operating systems andhypervisors.

Some of the unique features of Solo5:

  • a public ("guest-facing")API designed for ease ofporting existing and future unikernel-native applications,
  • this aforementioned API facilitates the implementation of ("host-facing")bindings andtenders designed with isolation, aminimal attack surfaceand ease of porting to different sandboxing technologies orhost systems in mind,
  • support for live and post-mortemdebugging of unikernels,
  • fast "boot" times (comparable to loading a standard user process), suitablefor "function as a service" use-cases.

Looking for the "ukvm monitor"? Since Solo5 0.4.0, our terminology haschanged to better reflect the intendedarchitecture andlong-term goals of the project. What used to be referred to as amonitor isnow referred to as atender. As part of this change, theukvm target andmonitor have been renamed tohvt ("hardware virtualizedtender") toreflect that they are no longer specific to the KVM hypervisor, and to allowfor development of furthertenders such asspt.

Getting started

As Solo5 is essentially a piece of "middleware" interfacing unikernel-styleapplications with their host systems, it is not an end-developer product assuch.

To get started as a developer with Solo5, please refer primarily to theinstructions provided by the unikernel project you intend to developapplications with:

That said, we provide the following documentation, not specific to anyunikernel in particular:

Contributing and community

Solo5 is developed on GitHub and licensed under a liberal ISC license. Weaccept contributions via GitHub pull requests. When submitting a contribution,please add your details to theAUTHORS file, and if your contribution addsnew source files copy the copyright header from an existing source file.

The coding style for the project is "as for the Linux kernel, but with 4spaces instead of tabs". When in doubt, please follow style in existing sourcefiles.

We operate a mailing list for general Solo5 development discussion, atsolo5@lists.h3q.com. To subscribe to the list, send an empty email tosolo5-subscribe@lists.h3q.com. Archives are available atThe MailArchive.

If you are considering a substantial contribution to Solo5, would like to porta new unikernel to Solo5, or have general questions unrelated to a specificunikernel, please get in touch via the mailing list.


[8]ページ先頭

©2009-2025 Movatter.jp