package docker-api

  1. Overview
  2. Docs
Binding to the Docker Remote API

Install

Dune Dependency

Authors

Maintainers

Sources

docker-api-0.1.tar.gz
sha256=7c759b3d0f237df09e0d2be0e0f1c0586bb840f702353236ce18f8b99c85ed75
md5=6745c33bddc7437d8bd725b91e783b93

doc/docker/Docker/Images/index.html

Module Docker.Images

type id = string
type t = {
  1. id : id;
  2. created : float;
  3. size : int;
  4. virtual_size : int;
  5. tags : string list;
}
val list : ?addr:Unix.sockaddr -> ?all:bool -> unit -> t list
OCaml

Innovation. Community. Security.