Pankaj Garg created LIBCLOUD-919:
------------------------------------
Summary: Container APIs response
Key: LIBCLOUD-919
URL: https://issues.apache.org/jira/browse/LIBCLOUD-919
Project: Libcloud
Issue Type: Bug
Environment: macOS
Reporter: Pankaj Garg
Priority: Minor
The docker engine response to the container APIs is not in JSON format which breaks the APIs
of libcloud. The header in the response says json, but it actually is not.
Sample response for the api <container_driver>.install_image
{"status":"Pulling from library/tomcat","id":"latest"}
{"status":"Digest: sha256:c8a05636dc6cbdf7c5a3ed3c329fb11f981a6b1f0b0c45840d4900a81fb82b85"}
{"status":"Status: Image is up to date for tomcat:latest"}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
|