package albatross

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-1.4.3.tbz
sha256=fd235fedabdbc7b7523bfc3afab2b878dd862314b52fcc80604076a2cff9eb2b
sha512=86939f0e444f49ed52398efeef8d5382a66b8529d084c22b83cd5c2bc860b2df0d9827093f96ed9bde4d586694dd758d9fb0e6800aedcd761f244c55a6a549f3

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