denibertovic / docker-hs

A Haskell library for the Docker Engine API
BSD 3-Clause "New" or "Revised" License
76 stars 48 forks source link

Fix listcontainers #48

Closed dschoepe closed 6 years ago

dschoepe commented 6 years ago

This should fix the JSON parsing issues in listContainers (see issue #46).

denibertovic commented 6 years ago

Hey @dschoepe thanks for the patch. I've tried to verify this but it still doesn't work for me when I cherry pick the test from my bug/listcontainers branch. I know that the 2 fields exists cause I saw them when inspecting the raw TCP traffic but I don't think it's just because of that.

denibertovic commented 6 years ago

@dschoepe I merged this manually with my changes and pushed to master. Tests work now. Still waiting on travis though. Anywho..thanks for the help! 🍰