package docker-api
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=d2e483bf2ad5095339bfcaf57bc2d8f8b342da65f25fd037fec786e23c73b5fb
md5=72dc4fa2a3cf4eb707fca31bf247eb60
Description
Control Docker https://www.docker.com/ containers using the remote API.
Published: 13 Oct 2018
README
OCaml client for Docker Remote API
This library provides an OCaml client for Docker Remote API. This library is tested with the community edition of Docker.
Note that the OPAM and ocamlfind packages are called docker-api
(to distinguish them from other packages related to Docker) but the OCaml module is named Docker
(because the code reads better with that name IMHO).
Compilation & installation
The easier way to install this library is to use OPAM. Just type:
opam install docker-api
This library depends on Dune (to compile), uri
, and yojson
.
To compile as a developer, just type make
and then make install
to install it.
Documentation
Please read the interface or the HTML version.
Testing
If you compile using make
, the tests will be built. In order to run them, make sure that the latest Debian image is installed — if not, simply issue docker pull debian:latest
in a shell — and issue make test
.
Dependencies (5)
-
yojson
< "2.0.0"
- base-unix
- base-bytes
-
dune
>= "1.3"
-
ocaml
>= "4.03.0" & < "5"
Dev Dependencies
None
Used by
None
Conflicts
None