package current-albatross-deployer

  1. Overview
  2. Docs
type t = {
  1. service : string;
  2. unikernel : Unikernel.t;
  3. args : Ipaddr.V4.t -> string list;
  4. memory : int;
  5. network : string;
}

Configuration preparation is configuration with an additional IP parameter that is provided later.

OCaml

Innovation. Community. Security.