Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wayofthepie/docker-client

Haskell library for the Docker Remote API
https://github.com/wayofthepie/docker-client

Last synced: 9 days ago
JSON representation

Haskell library for the Docker Remote API

Awesome Lists containing this project

README

        

#Haskell library for the Docker Remote API
##Example usage

```haskell
let daddr = DaemonAddress "192.168.1.2" 2375
newManager tlsManagerSettings >>=
\mgr -> runReaderT getInfo (mgr,daddr)
```