package albatross

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-2.8.2.tbz
sha256=ae9b71778e92f684c8e85539509b854f1f2e659277ab5d0bc6fe7766cea2134d
sha512=5b6ef0ca5b174011c2186096b20032968abb9b80d26560cfb92305b7a3b8fa228b315dbf65cff5b1d24ac2fde611064df7ea84740b5d5d519cb8790e173465c1

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