alpha
Login
or
Join now
gazagnaire.org
/
ocaml-docker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Docker Engine API types and codecs in pure OCaml
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ocaml-docker
/
test
/
client
/
at
main
4 files
Thomas Gazagnaire
docs: reflow comments across the tree
5w ago
aee41782
dune
eio-net: add in-memory network backend
1 month ago
test.ml
docker: GET /networks; e2e/runner tests follow the test.ml convention Add the networks resource: Docker.Network with the three networks every daemon has (bridge/host/none), served at GET /networks and exposed as Client.Network.list. Real network management is a follow-up; the defaults are honest. The real docker CLI's `docker network ls` lists them. Also restructure the standalone e2e/runner tests to the merlint test convention (E600/E617): test_*.ml export a `suite` named after the file, Alcotest.run moves into a sibling test.ml, and each e2e case drives its own Eio main. test/runner, test/client, test/server each gain a test.ml + test_*.mli.
1 month ago
test_client.ml
docs: reflow comments across the tree
1 month ago
test_client.mli
docker: GET /networks; e2e/runner tests follow the test.ml convention Add the networks resource: Docker.Network with the three networks every daemon has (bridge/host/none), served at GET /networks and exposed as Client.Network.list. Real network management is a follow-up; the defaults are honest. The real docker CLI's `docker network ls` lists them. Also restructure the standalone e2e/runner tests to the merlint test convention (E600/E617): test_*.ml export a `suite` named after the file, Alcotest.run moves into a sibling test.ml, and each e2e case drives its own Eio main. test/runner, test/client, test/server each gain a test.ml + test_*.mli.
1 month ago