package current_docker

  1. Overview
  2. Docs

Integration with Docker containers.

module S : sig ... end
module Default : S.DOCKER

The default Docker engine (from the $DOCKER_HOST environment variable).

module Make (Host : S.HOST) : S.DOCKER

The docker engine running on Host.

val push_manifest : ?auth:(string * string) -> tag:string -> S.repo_id Current.t list -> unit Current.t

push_manifest images ~tag pushes a manifest containing images as tag.

  • parameter auth

    If give, do a "docker login" using this username/password pair before pushing.

OCaml

Innovation. Community. Security.