package docker_hub

  1. Overview
  2. Docs
type fetch_errors = [
  1. | `Api_error of Http_lwt_client.response * string option
  2. | `Malformed_json of string
  3. | `Msg of string
]
module Platform : sig ... end
module Image : sig ... end
module Token : sig ... end
module Manifest : sig ... end
module Manifests : sig ... end
module Config : sig ... end
val fetch_rootfs : output_file:Fpath.t -> Manifest.t -> Token.t -> (unit, [> fetch_errors ]) Stdlib.result Lwt.t
OCaml

Innovation. Community. Security.