Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wayofthepie/docker-client
- Owner: wayofthepie
- License: bsd-3-clause
- Created: 2015-05-22T15:03:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T19:18:07.000Z (about 9 years ago)
- Last Synced: 2023-03-12T08:24:11.456Z (over 1 year ago)
- Language: Haskell
- Size: 313 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```