Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Current_docker
SourceIntegration with Docker containers.
The default Docker engine (from the $DOCKER_HOST
environment variable).
val push_manifest :
?auth:(string * string) ->
?server:string ->
tag:string ->
S.repo_id Current.t list ->
S.repo_id Current.t
push_manifest images ~tag
pushes a manifest containing images
as tag
.
Low-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.