Current_dockerIntegration with Docker containers.
module S : sig ... endval push_manifest :
?auth:(string * string) ->
tag:string ->
S.repo_id Current.t list ->
S.repo_id Current.tpush_manifest images ~tag pushes a manifest containing images as tag.
module Raw : sig ... endLow-level API. This is useful for building custom components. The functions are similar to the ones in S.DOCKER except that each one takes the context explicitly as an argument, there are no labels, input values are no longer wrapped with Current.t, and the output is a Current.Primitive.t type. You can wrap these with let> to create your own components.