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/index.html

Module Vmm_coreSource

Sourcemodule String_set : Set.S with type elt = string
Sourcemodule String_map : Map.S with type key = string
Sourceval conn_metrics : string -> [ `Close | `Open ] -> unit
Sourceval set_tmpdir : Fpath.t -> unit
Sourcetype service = [
  1. | `Console
  2. | `Stats
  3. | `Vmmd
]
Sourceval socket_path : service -> string
Sourceval pp_socket : service Fmt.t
Sourcemodule IS : sig ... end
Sourcemodule IM : sig ... end
Sourcemodule Name : sig ... end
Sourcemodule Policy : sig ... end
Sourcemodule Unikernel : sig ... end
Sourcemodule Stats : sig ... end
Sourcetype process_exit = [
  1. | `Exit of int
  2. | `Signal of int
  3. | `Stop of int
]
Sourceval pp_process_exit : process_exit Fmt.t
Sourceval should_restart : Unikernel.config -> Name.t -> process_exit -> bool