package albatross

  1. Overview
  2. Docs
Albatross - orchestrate and manage MirageOS unikernels with Solo5

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-2.4.1.tbz
sha256=fca03a99220d743386ed97900271e2fb1e38c48c56f10faa2a47757fc931db8e
sha512=ee608bcd42047f702bfe6007f664dc10d71faa4f2aeaedf278802c58f6b3bcfe35d53ebcb73f5e3ce59bbc9e6bfa8f27e81051d10a690876fa035b0279e950da

doc/albatross/Vmm_core/Policy/index.html

Module Vmm_core.PolicySource

Sourcetype t = {
  1. unikernels : int;
  2. cpuids : IS.t;
  3. memory : int;
  4. block : int option;
  5. bridges : String_set.t;
}
Sourceval equal : t -> t -> bool
Sourceval pp : t Fmt.t
Sourceval usable : t -> (unit, [> `Msg of string ]) result
Sourceval is_smaller : super:t -> sub:t -> (unit, [> `Msg of string ]) result