package docker-api

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

Install

Dune Dependency

Authors

Maintainers

Sources

docker-api-0.2.2.tbz
sha256=9a64eced74f6ed217973043beec70f20a492a63b395df141ae03f75d3655dced
sha512=603f0abc76e42701bdb0926bc6b9c5358ba1bd58bce5c534296671db0c2497ee0d7e75752700f5c5662ccc480d393772a81a342c1aa3e331fa308e0eb60105be

CHANGES.md.html

0.2.2 2022-05-31

  • Compatibility with the Yojson 2.0.

  • Various fixes.

0.2.1 2018-10-30

  • Handle an undocumented status for Docker.Container.start.

0.2 2017-10-15

  • Upgrade to API v1.29.

  • New signature of Container.create.

  • Add functions Container.wait and Container.changes.

  • Handle errors 409 Conflict.

  • New exceptions Docker.Failure and Docker.No_such_container.

  • Rename Docker.Images as Docker.Image and add the create function to pull images.

  • Documentation improvements.

  • New tests ls and ps and improve the other ones.

  • Use Dune and dune-release.